diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2015-06-08 16:04:07 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2015-06-08 22:26:28 +0300 |
commit | 56eba3d1521e38ef21116ac6502e2c4021836b79 (patch) | |
tree | 718ce61c326a914f0b4359362458c7ffd03c9907 /gnu-system.am | |
parent | 8d866b96f75cd6fc8006721fdcb0c2ed7da6c842 (diff) | |
download | guix-56eba3d1521e38ef21116ac6502e2c4021836b79.tar guix-56eba3d1521e38ef21116ac6502e2c4021836b79.tar.gz |
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.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6b2b1c7bf3..d4631d6c9e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -534,6 +534,7 @@ dist_patch_DATA = \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ + gnu/packages/patches/sed-hurd-path-max.patch \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/scotch-test-threading.patch \ gnu/packages/patches/sdl-libx11-1.6.patch \ |