diff options
author | Your Name <you@example.com> | 2025-05-08 20:51:36 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-05-24 09:03:40 +0200 |
commit | 407a948ca16c07489623848cf0e44f1bfbc19b92 (patch) | |
tree | ac9293d2c1e9354482cf0c66f15a0958ae2c67b2 | |
parent | 8f852885de485098812450711e81c1f446d3acb6 (diff) |
gnu: guix: Drop courage when building for the Hurd.
* gnu/packages/package-management.scm (guix): Remove --with-courage for the Hurd.
Change-Id: I053092215004c5bc58ede0c637ef70f4dcc6c054
-rw-r--r-- | gnu/packages/package-management.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 19e64498ef..653d11cdc0 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -233,8 +233,7 @@ ;; 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" - ,@(if (target-hurd?) '("--with-courage") '())) + "ac_cv_guix_test_root=/tmp/guix-tests") #:parallel-tests? #f ;work around <http://bugs.gnu.org/21097> #:modules ((guix build gnu-build-system) |