gnu: guix-data-service: Build against the same Guile as 'guix'.
This is a followup to a2991de0f4
.
* gnu/packages/web.scm (guix-data-service)[native-inputs]: Change
"guile" to match that of GUIX.
master
parent
7e66233811
commit
193eb46b5b
|
@ -4537,7 +4537,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
|||
("postgresql" ,postgresql-11)
|
||||
("sqitch" ,sqitch)))
|
||||
(native-inputs
|
||||
`(("guile" ,guile-3.0)
|
||||
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
|
||||
("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("emacs-minimal" ,emacs-minimal)
|
||||
|
|
Reference in New Issue