ssdeep: No need to include patchelf in buildInputs

It's implicitly there on Linux.
This commit is contained in:
Tuomas Tynkkynen 2016-09-23 20:13:01 +03:00
parent 8b5c1190d6
commit c61cc2d56c

View File

@ -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) ''