mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bash: Unconditionally configure PGRP_PIPE for *-linux systems.
* gnu/packages/patches/bash-linux-pgrp-pipe.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bash.scm (bash)[source]: Add the patch.
This commit is contained in:
parent
e5efdbce21
commit
567cca260d
3 changed files with 35 additions and 1 deletions
|
@ -115,7 +115,8 @@ number/base32-hash tuples, directly usable in the 'patch-series' form."
|
|||
(base32
|
||||
"0kgvfwqdcd90waczf4gx39xnrxzijhjrzyzv7s8v4w31qqm0za5l"))
|
||||
(patch-flags '("-p0"))
|
||||
(patches %patch-series-5.0)))
|
||||
(patches (cons (search-patch "bash-linux-pgrp-pipe.patch")
|
||||
%patch-series-5.0))))
|
||||
(version (string-append version "." (number->string (length %patch-series-5.0))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue