[bug#78351,v2,hurd-team] Build guix without --with-courage

Message ID OPt_1mJ--F-9@tutamail.com
State New
Headers
Series [bug#78351,v2,hurd-team] Build guix without --with-courage |

Commit Message

yelninei--- via Guix-patches via May 10, 2025, 9:43 a.m. UTC
  Fixing the commit author to be me instead of placeholder.
May 10, 2025, 09:22 by yelninei@tutamail.com:

> 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.
>
  

Patch

From 4deaff7ddbe54023d055985b585df46dd94882f0 Mon Sep 17 00:00:00 2001
Message-ID: <4deaff7ddbe54023d055985b585df46dd94882f0.1746870069.git.yelninei@tutamail.com>
From: Yelninei <yelninei@tutamail.com>
Date: Sat, 10 May 2025 09:35:15 +0000
Subject: [PATCH v2] 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(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 23ecc753cd..0d1e761ec7 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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)

base-commit: 43de5db0af03f118c10cef43dc3966ff8eabec0e
prerequisite-patch-id: 14b39c998ed39df35e28e5c3d430b2fddd422094
-- 
2.49.0