From 193eb46b5b0420d6dc050919846e44708678b28e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 26 Aug 2020 11:55:11 +0200 Subject: gnu: guix-data-service: Build against the same Guile as 'guix'. This is a followup to a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/packages/web.scm (guix-data-service)[native-inputs]: Change "guile" to match that of GUIX. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5404050cdc..24faf807c9 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4537,7 +4537,7 @@ (define-public guix-data-service ("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) -- cgit v1.2.3