spipe: 1.5.0 -> 1.6.1
fix by re-adding '';
This commit is contained in:
parent
e6ed1aca78
commit
1a5f2a4e25
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace libcperciva/POSIX/posix-l.sh \
|
||||
--replace "rm" "${coreutils}/bin/rm" \
|
||||
--replace "2>/dev/null" "2>stderr.log"
|
||||
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
Loading…
Reference in New Issue
Block a user