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:
Christopher Baines 2022-03-01 19:48:14 +00:00
parent 070cc51378
commit 3854558c76
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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