mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue