mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: e2fsprogs: Fix build for GNU/Hurd.
* gnu/packages/linux.scm (e2fsprogs)[#:phases]: Remove 'set-PATH_MAX phase when 'system-hurd?'. Change-Id: I4ec84bdf5b9219b456109f427d2c192da5b20c98 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3cbd28a475
commit
1187020066
1 changed files with 1 additions and 6 deletions
|
@ -3161,12 +3161,7 @@ module.")
|
|||
(chmod file #o666))
|
||||
archives)))))
|
||||
,@(if (system-hurd?)
|
||||
'((add-after 'unpack 'set-PATH_MAX
|
||||
(lambda _
|
||||
;; Shamelessly introduce an arbitrary limit.
|
||||
(substitute* "misc/tune2fs.c"
|
||||
(("PATH_MAX") "4096"))))
|
||||
(add-after 'unpack 'skip-tests
|
||||
'((add-after 'unpack 'skip-tests
|
||||
(lambda _
|
||||
(with-directory-excursion "tests"
|
||||
(for-each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue