From 3f4caa111f941294beb31f592577c7696a98e3b0 Mon Sep 17 00:00:00 2001 From: Robin Gloster <mail@glob.in> Date: Sat, 27 Aug 2016 21:55:19 +0000 Subject: [PATCH] scrypt: remove obsolete substituteInPlace --- pkgs/tools/security/scrypt/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/security/scrypt/default.nix b/pkgs/tools/security/scrypt/default.nix index 893b7b319000..1835dbdb620b 100644 --- a/pkgs/tools/security/scrypt/default.nix +++ b/pkgs/tools/security/scrypt/default.nix @@ -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 \