scrypt: remove obsolete substituteInPlace
This commit is contained in:
parent
193a57fa48
commit
3f4caa111f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue