me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2020-08-26 11:55:11 +02:00
parent 7e66233811
commit 193eb46b5b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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