[bug#78351,hurd-team] Build guix without --with-courage
Commit Message
Hello,
The --with-courage flag for guix should only be neccesary when guix.m4 does not know about about the guix-system type , but it recognises both i586-gnu and x86_64-gnu so it should not affect anything.
From d93e9723f5424ad98a670a9f59060814e99d8a8b Mon Sep 17 00:00:00 2001
Message-ID: <d93e9723f5424ad98a670a9f59060814e99d8a8b.1746864636.git.yelninei@tutamail.com>
In-Reply-To: <1ca15aadf75a46467038deaecf801018b8aa2a39.1746864636.git.yelninei@tutamail.com>
References: <1ca15aadf75a46467038deaecf801018b8aa2a39.1746864636.git.yelninei@tutamail.com>
From: Your Name <you@example.com>
Date: Thu, 8 May 2025 20:51:36 +0100
Subject: [PATCH 2/2] gnu: guix: Drop courage when building for the Hurd.
* gnu/packages/package-management.scm (guix): Remove --with-courage for the Hurd.
Change-Id: I053092215004c5bc58ede0c637ef70f4dcc6c054
---
gnu/packages/package-management.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
@@ -233,8 +233,7 @@ (define-public guix
;; 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)
--
2.49.0