Archived
1
0
Fork 0

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 @@ in an isolated environment, in separate namespaces.")
gnutls gnutls
;; Guile libraries are needed here for cross-compilation. ;; Guile libraries are needed here for cross-compilation.
guile-3.0 (car (assoc-ref (package-native-inputs guix) "guile"))
guile-json-4 guile-json-4
guile-gcrypt guile-gcrypt
guix guix
@ -1652,7 +1652,7 @@ in an isolated environment, in separate namespaces.")
guile-sqlite3)) guile-sqlite3))
(inputs (inputs
(list bash-minimal (list bash-minimal
guile-3.0)) (car (assoc-ref (package-native-inputs guix) "guile"))))
(propagated-inputs (propagated-inputs
(list guile-json-4 (list guile-json-4
guile-gcrypt guile-gcrypt