me
/
guix
Archived
1
0
Fork 0

gnu: guix: Apply courage for the Hurd.

* gnu/packages/package-management.scm (guix)[arguments]: When hurd-target? is
true, configure --with-courage.
master
Jan (janneke) Nieuwenhuizen 2020-04-07 08:07:02 +02:00 committed by Jan Nieuwenhuizen
parent 38b9af7c92
commit 52b01cb700
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,7 @@
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
#:use-module (gnu packages guile-xyz)
#:use-module (gnu packages hurd)
#:use-module (gnu packages linux)
#:use-module (gnu packages lisp)
#:use-module (gnu packages man)
@ -150,7 +151,8 @@
;; To avoid problems with the length of shebangs,
;; choose a fixed-width and short directory name
;; for tests.
"ac_cv_guix_test_root=/tmp/guix-tests")
"ac_cv_guix_test_root=/tmp/guix-tests"
,@(if (hurd-target?) '("--with-courage") '()))
#:parallel-tests? #f ;work around <http://bugs.gnu.org/21097>
#:modules ((guix build gnu-build-system)