about summary refs log tree commit diff
path: root/pkgs/shells/bash/4.4.nix
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-01-07 09:49:54 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-01-15 09:45:11 +0100
commit996e11d92b7df39896067a969f9d4269b6e18d14 (patch)
tree5e0ec42c82e3486c1862e0f0c4ade55ed6cf26e9 /pkgs/shells/bash/4.4.nix
parent320a4c15265d6afb7eb6e28fcc1f72a80367ccc1 (diff)
downloadnixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar.gz
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar.bz2
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar.lz
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar.xz
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.tar.zst
nixlib-996e11d92b7df39896067a969f9d4269b6e18d14.zip
bash: enable PGRP_PIPE deterministically #77055
Diffstat (limited to 'pkgs/shells/bash/4.4.nix')
-rw-r--r--pkgs/shells/bash/4.4.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix
index 121368abf4c7..7ca57ac01564 100644
--- a/pkgs/shells/bash/4.4.nix
+++ b/pkgs/shells/bash/4.4.nix
@@ -41,9 +41,10 @@ stdenv.mkDerivation rec {
     -DSSH_SOURCE_BASHRC
   '';
 
-  patchFlags = [ "-p0" ];
+  patchFlags = [ "-p0" "-T" ];
 
   patches = upstreamPatches
+    ++ [ ./pgrp-pipe-4.4.patch ]
     ++ optional stdenv.hostPlatform.isCygwin ./cygwin-bash-4.4.11-2.src.patch
     # https://lists.gnu.org/archive/html/bug-bash/2016-10/msg00006.html
     ++ optional stdenv.hostPlatform.isMusl (fetchurl {