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
1 changed files with 0 additions and 2 deletions

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 \