scrypt: remove obsolete substituteInPlace

This commit is contained in:
Robin Gloster
2016-08-27 21:55:19 +00:00
parent 193a57fa48
commit 3f4caa111f
-2
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 \