summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/retdec
AgeCommit message (Collapse)AuthorFilesLines
2022-05-23treewide: extraPostFetch -> postFetchArtturin1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak1-2/+1
+ use fetchFromGithub where possible
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2020-03-15retdec: fix buildTimo Kaufmann1-0/+1
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-12retdec: remove pycache from install dirWill Dietz1-0/+2
2018-11-16retdec: bump yaramod dep to fix 2/bison 3.2+Will Dietz1-2/+17
2018-10-11retdec: 3.0 -> 3.2Timo Kaufmann2-74/+220
2018-04-12retdec-full: mark as brokenxeji1-0/+1
2018-02-02retdec: separate "support", greatuly reduce size by defaultWill Dietz1-7/+15
Don't include PE signatures by default, offer "full" variant containing them if desired.
2018-02-02retdec: homepage fixupWill Dietz1-2/+1
2017-12-14retdec: init at 3.0(.0)Will Dietz1-0/+113