summary refs log tree commit diff
path: root/pkgs/development/libraries/capstone
Commit message (Collapse)AuthorAge
* treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
| | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* capstone: 4.0.1 -> 4.0.2R. RyanTM2020-05-16
|
* capstone: enable for darwin, enable tests & fix pkg-config outputRobert Scott2020-02-10
| | | | | turns out capstone.pc is generated during the buildPhase, so needs PREFIX set here too for it to be correct
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* capstone: 4.0 -> 4.0.1R. RyanTM2019-01-17
| | | | | | | 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
* capstone: 3.0.5 -> 4.0R. RyanTM2018-12-26
| | | | | | | 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
* Merge pull request #43948 from r-ryantm/auto-update/capstoneFrederik Rietdijk2018-07-22
|\ | | | | capstone: 3.0.4 -> 3.0.5
| * capstone: 3.0.4 -> 3.0.5R. RyanTM2018-07-21
| | | | | | | | 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.
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* 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>