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:
parent
53f510dad6
commit
93cb2880d6
@ -1771,7 +1771,7 @@ in an isolated environment, in separate namespaces.")
|
|||||||
guile-gnutls
|
guile-gnutls
|
||||||
|
|
||||||
;; Guile libraries are needed here for cross-compilation.
|
;; Guile libraries are needed here for cross-compilation.
|
||||||
(car (assoc-ref (package-native-inputs guix) "guile"))
|
guile-next
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
@ -1783,7 +1783,7 @@ in an isolated environment, in separate namespaces.")
|
|||||||
guile-sqlite3))
|
guile-sqlite3))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
(car (assoc-ref (package-native-inputs guix) "guile"))))
|
guile-next))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-json-4
|
(list guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user