mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-next: Don't patch posix-spawn for the hurd.
As the patch doesn't apply. * gnu/packages/guile.scm (guile-3.0)[arguments]: Remove 'patch-posix-spawn-usage' phase. Change-Id: I17f4878f7bbd74b71e559b16dc68ccf68c639987
This commit is contained in:
parent
8f9bc4e952
commit
a3a12e2133
1 changed files with 4 additions and 1 deletions
|
@ -488,7 +488,10 @@ without requiring the source code to be rewritten.")
|
||||||
(display #$version port)))))
|
(display #$version port)))))
|
||||||
(add-before 'check 'skip-failing-tests
|
(add-before 'check 'skip-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file "test-suite/tests/version.test")))))))
|
(delete-file "test-suite/tests/version.test")))
|
||||||
|
#$@(if (target-hurd?)
|
||||||
|
#~((delete 'patch-posix-spawn-usage))
|
||||||
|
#~())))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs guile-3.0)
|
(modify-inputs (package-native-inputs guile-3.0)
|
||||||
(prepend autoconf
|
(prepend autoconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue