1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

scrypt: remove obsolete substituteInPlace

This commit is contained in:
Robin Gloster 2016-08-27 21:55:19 +00:00
parent 193a57fa48
commit 3f4caa111f
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl ];
patchPhase = ''
substituteInPlace Makefile \
--replace "command -p mv" "mv"
substituteInPlace Makefile.in \
--replace "command -p mv" "mv"
substituteInPlace autocrap/Makefile.am \