R. RyanTM
3f4703424c
capstone: 4.0.1 -> 4.0.2
2020-05-16 23:19:57 +00:00
Robert Scott
a8c0c21f78
capstone: enable for darwin, enable tests & fix pkg-config output
...
turns out capstone.pc is generated during the buildPhase, so needs
PREFIX set here too for it to be correct
2020-02-10 20:29:01 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
277186fee3
capstone: 4.0 -> 4.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/capstone/versions
2019-01-17 17:48:07 -08:00
R. RyanTM
832621c98a
capstone: 3.0.5 -> 4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/capstone/versions
2018-12-26 01:21:03 -08:00
Frederik Rietdijk
013e96de0a
Merge pull request #43948 from r-ryantm/auto-update/capstone
...
capstone: 3.0.4 -> 3.0.5
2018-07-22 08:21:18 +02:00
R. RyanTM
d0ad9db017
capstone: 3.0.4 -> 3.0.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/capstone/versions .
2018-07-21 20:12:45 -07:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Sven Slootweg
eedd562f76
capstone: fix pkgconfig file generation ( #21897 )
2017-01-14 23:45:52 +00:00
Benno Fünfstück
de79db8c99
capstone: use Makefile build (for pkg-config files)
...
The cmake based build system did not install the pkg-config files for
capstone, which made builds depending on capstone harder to write as
they cannot automatically find the location of the capstone library.
2016-10-08 18:00:52 +02:00
Eelco Dolstra
02ee9d83d0
enableParallelBuild -> enableParallelBuilding
2016-09-01 10:46:47 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Luca Bruno
419b15a215
capstone: fix hhttps typo (ZHF)
2015-07-22 09:56:46 +02:00
Austin Seipp
2a3a761639
nixpkgs: capstone 2.1.2 -> 3.0.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-21 17:00:19 -05:00
Austin Seipp
cf24cf1184
capstone: attempt to fix Linux build, remove Darwin build
...
The Darwin build seems fixable but I can't test right now.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 21:41:14 -05:00
Austin Seipp
968740e0c1
capstone: version 2.1.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 07:04:19 -05:00