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.
This commit is contained in:
Christopher Baines 2023-09-12 08:15:07 +01:00
parent 53f510dad6
commit 93cb2880d6
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1771,7 +1771,7 @@ (define-public nar-herder
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 @@ (define-public nar-herder
guile-sqlite3))
(inputs
(list bash-minimal
(car (assoc-ref (package-native-inputs guix) "guile"))))
guile-next))
(propagated-inputs
(list guile-json-4
guile-gcrypt