summary refs log tree commit diff
path: root/pkgs/development/libraries/capstone
Commit message (Collapse)AuthorAge
* capstone: fix pkgconfig file generation (#21897)Sven Slootweg2017-01-14
|
* capstone: use Makefile build (for pkg-config files)Benno Fünfstück2016-10-08
| | | | | | 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.
* enableParallelBuild -> enableParallelBuildingEelco Dolstra2016-09-01
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* capstone: fix hhttps typo (ZHF)Luca Bruno2015-07-22
|
* nixpkgs: capstone 2.1.2 -> 3.0.4Austin Seipp2015-07-21
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* capstone: attempt to fix Linux build, remove Darwin buildAustin Seipp2014-04-11
| | | | | | The Darwin build seems fixable but I can't test right now. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* capstone: version 2.1.2Austin Seipp2014-04-08
Signed-off-by: Austin Seipp <aseipp@pobox.com>