mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sed: Set PATH_MAX for Hurd systems.
* gnu/packages/patches/sed-hurd-path-max.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
This commit is contained in:
parent
8d866b96f7
commit
56eba3d152
3 changed files with 37 additions and 1 deletions
|
@ -101,7 +101,8 @@ including, for example, recursive directory searching.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1myvrmh99jsvk7v3d7crm0gcrq51hmmm1r2kjyyci152in1x2j7h"))))
|
||||
"1myvrmh99jsvk7v3d7crm0gcrq51hmmm1r2kjyyci152in1x2j7h"))
|
||||
(patches (list (search-patch "sed-hurd-path-max.patch")))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Stream editor")
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue