summary refs log tree commit diff
path: root/pkgs/tools/networking/spiped
diff options
context:
space:
mode:
authorbirlorg <python@birl.org>2021-05-08 20:53:17 +0000
committerGitHub <noreply@github.com>2021-05-08 20:53:17 +0000
commite6ed1aca78e73315d565656080af2827b5147710 (patch)
tree8a4ba081f9db326668439fe53b9da8aa3582c431 /pkgs/tools/networking/spiped
parenta3f27b548233e75d5ee2a6dded2c84fd72dff74b (diff)
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.
Diffstat (limited to 'pkgs/tools/networking/spiped')
-rw-r--r--pkgs/tools/networking/spiped/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/networking/spiped/default.nix b/pkgs/tools/networking/spiped/default.nix
index d534f00ad402a..315d3b0c24707 100644
--- a/pkgs/tools/networking/spiped/default.nix
+++ b/pkgs/tools/networking/spiped/default.nix
@@ -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