spiped: 1.5.0 -> 1.6.1

oops, I'm editing using the web UI and I forgot to delete this patch as it's no longer needed.
master
birlorg 2021-05-08 20:53:17 +00:00 committed by GitHub
parent a3f27b5482
commit e6ed1aca78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -20,11 +20,6 @@ stdenv.mkDerivation rec {
--replace "rm" "${coreutils}/bin/rm" \
--replace "2>/dev/null" "2>stderr.log"
substituteInPlace POSIX/posix-cflags.sh \
--replace "rm" "${coreutils}/bin/rm" \
--replace ">/dev/stderr" ">stderr.log" \
--replace "2>/dev/null" "2>stderr.log"
'';
installPhase = ''
runHook preInstall