mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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-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 @@ (define-public nar-herder
|
||||||
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 a new issue