[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/42: gnu: guix: Apply courage for the Hurd.
From: |
guix-commits |
Subject: |
01/42: gnu: guix: Apply courage for the Hurd. |
Date: |
Sat, 25 Apr 2020 13:44:59 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit df2526d7f6c7fa49e140172f6d2f9cdd6f4a9463
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Tue Apr 7 08:07:02 2020 +0200
gnu: guix: Apply courage for the Hurd.
* gnu/packages/package-management.scm (guix)[arguments]: When hurd-target?
is
true, configure --with-courage.
---
gnu/packages/package-management.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 3bfee16..a3a2b6d 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -56,6 +56,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)
@@ -149,7 +150,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)
- branch wip-hurd-vm created (now e460289), guix-commits, 2020/04/25
- 03/42: gnu: guix: Indent `copy-bootstrap-guile' code., guix-commits, 2020/04/25
- 01/42: gnu: guix: Apply courage for the Hurd.,
guix-commits <=
- 02/42: gnu: guix: Do not copy bootstrap-guile when cross-compiling., guix-commits, 2020/04/25
- 06/42: gnu: guix: Use gnutls-3.6.13 when cross-compiling., guix-commits, 2020/04/25
- 05/42: gnu: guix: Cross-build fixup for wrap-program., guix-commits, 2020/04/25
- 08/42: gnu: guix: Update to eeb87326d8., guix-commits, 2020/04/25
- 04/42: gnu: guix: Cross-build workaround: Run native guile for version., guix-commits, 2020/04/25
- 09/42: vm: Make the device node procedure a parameter., guix-commits, 2020/04/25
- 13/42: gnu: Add dde-sources., guix-commits, 2020/04/25
- 10/42: gnu: hurd: Build DDE libraries., guix-commits, 2020/04/25
- 14/42: gnu: Add netdde., guix-commits, 2020/04/25
- 17/42: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/25