spipe: 1.5.0 -> 1.6.1

fix by re-adding '';
This commit is contained in:
birlorg
2021-05-08 22:22:52 +00:00
committed by GitHub
parent e6ed1aca78
commit 1a5f2a4e25
+1 -1
View File
@@ -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