summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-23 20:13:01 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-10-01 23:15:35 +0300
commitc61cc2d56cb1f790c1921c18deaf6d6c33d5627f (patch)
tree958a755c9ef1121890dfc8a4424e572e8276185e /pkgs/tools/security
parent8b5c1190d61fc935977ad3e7353d9a78e0b8be77 (diff)
downloadnixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar.gz
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar.bz2
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar.lz
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar.xz
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.tar.zst
nixlib-c61cc2d56cb1f790c1921c18deaf6d6c33d5627f.zip
ssdeep: No need to include patchelf in buildInputs
It's implicitly there on Linux.
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/ssdeep/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/security/ssdeep/default.nix b/pkgs/tools/security/ssdeep/default.nix
index 4f2cf551816b..b581d8007947 100644
--- a/pkgs/tools/security/ssdeep/default.nix
+++ b/pkgs/tools/security/ssdeep/default.nix
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
     sha256 = "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f";
   };
 
-  buildInputs = stdenv.lib.optional (!stdenv.isDarwin) [ patchelf ];
-
   # For some reason (probably a build system bug), the binary isn't
   # properly linked to $out/lib to find libfuzzy.so
   postFixup = stdenv.lib.optionalString (!stdenv.isDarwin) ''