From 8a6390ee115dd911612f49cdaa28d2f316cb1604 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 17 Jun 2025 15:21:42 +0200 Subject: [PATCH] bash: Add a comment to a patch With this, all (non-upstream) patches are commented --- pkgs/shells/bash/5.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix index 66172bddd125..12cb7ee42bc7 100644 --- a/pkgs/shells/bash/5.nix +++ b/pkgs/shells/bash/5.nix @@ -74,6 +74,11 @@ lib.warnIf (withDocs != null) patchFlags = [ "-p0" ]; patches = upstreamPatches ++ [ + # Enable PGRP_PIPE independently of the kernel of the build machine. + # This doesn't seem to be upstreamed despite such a mention of in https://github.com/NixOS/nixpkgs/pull/77196, + # which originally introduced the patch + # Some related discussion can be found in + # https://lists.gnu.org/archive/html/bug-bash/2015-05/msg00071.html ./pgrp-pipe-5.patch # Apply parallel build fix pending upstream inclusion: # https://savannah.gnu.org/patch/index.php?10373