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:
Christopher Baines 2024-02-02 14:09:03 +01:00
parent 8f9bc4e952
commit a3a12e2133
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -488,7 +488,10 @@ without requiring the source code to be rewritten.")
(display #$version port)))))
(add-before 'check 'skip-failing-tests
(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
(modify-inputs (package-native-inputs guile-3.0)
(prepend autoconf