mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: nar-herder: Use guile from guix.
Since the nar-herder uses Guile modules from Guix, it should be built with the same Guile version. * gnu/packages/package-management.scm (nar-herder)[native-inputs,inputs]: Use the guile package from guix.
This commit is contained in:
parent
070cc51378
commit
3854558c76
1 changed files with 2 additions and 2 deletions
|
@ -1643,7 +1643,7 @@ (define-public nar-herder
|
|||
gnutls
|
||||
|
||||
;; Guile libraries are needed here for cross-compilation.
|
||||
guile-3.0
|
||||
(car (assoc-ref (package-native-inputs guix) "guile"))
|
||||
guile-json-4
|
||||
guile-gcrypt
|
||||
guix
|
||||
|
@ -1652,7 +1652,7 @@ (define-public nar-herder
|
|||
guile-sqlite3))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
guile-3.0))
|
||||
(car (assoc-ref (package-native-inputs guix) "guile"))))
|
||||
(propagated-inputs
|
||||
(list guile-json-4
|
||||
guile-gcrypt
|
||||
|
|
Loading…
Reference in a new issue