bash: Add a comment to a patch

With this, all (non-upstream) patches are commented
This commit is contained in:
Silvan Mosberger
2025-07-23 00:55:31 +02:00
parent a05e20c860
commit 8a6390ee11
+5
View File
@@ -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