[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: nar-herder: Use guile-next.
From: |
guix-commits |
Subject: |
04/10: gnu: nar-herder: Use guile-next. |
Date: |
Tue, 12 Sep 2023 03:42:14 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 93cb2880d6c45f113c3b18d3732049115ef08070
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Sep 12 08:15:07 2023 +0100
gnu: nar-herder: Use guile-next.
As this provides suspendable soft/custom ports, which I'd like to use.
* gnu/packages/package-management.scm (nar-herder)[native-inputs,inputs]:
Use
guile-next.
---
gnu/packages/package-management.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index aa24798071..51a5d52131 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1771,7 +1771,7 @@ in an isolated environment, in separate namespaces.")
guile-gnutls
;; Guile libraries are needed here for cross-compilation.
- (car (assoc-ref (package-native-inputs guix) "guile"))
+ guile-next
guile-json-4
guile-gcrypt
guix
@@ -1783,7 +1783,7 @@ in an isolated environment, in separate namespaces.")
guile-sqlite3))
(inputs
(list bash-minimal
- (car (assoc-ref (package-native-inputs guix) "guile"))))
+ guile-next))
(propagated-inputs
(list guile-json-4
guile-gcrypt
- branch master updated (daeeaa2216 -> e2a7c227de), guix-commits, 2023/09/12
- 02/10: gnu: linux-libre-headers: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 03/10: gnu: skalibs: Remove i586-gnu from %supported-systems., guix-commits, 2023/09/12
- 05/10: gnu: svt-av1: Update to 1.7.0., guix-commits, 2023/09/12
- 01/10: gnu: musl-cross: Remove i586-gnu from supported-systems., guix-commits, 2023/09/12
- 06/10: gnu: sqlite-next: Update to 3.42.0., guix-commits, 2023/09/12
- 08/10: gnu: python-cgatcore: Update to 0.6.15., guix-commits, 2023/09/12
- 04/10: gnu: nar-herder: Use guile-next.,
guix-commits <=
- 07/10: gnu: python-apsw: Update to 3.42.0.1., guix-commits, 2023/09/12
- 09/10: gnu: guile-png: Update to 0.7.1, guix-commits, 2023/09/12
- 10/10: gnu: xfce4-terminal: Update to 1.1.0., guix-commits, 2023/09/12