guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: guix-data-service: Build against the same Guile as 'guix'.


From: guix-commits
Subject: 01/03: gnu: guix-data-service: Build against the same Guile as 'guix'.
Date: Wed, 26 Aug 2020 06:05:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 193eb46b5b0420d6dc050919846e44708678b28e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 26 11:55:11 2020 +0200

    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 5404050..24faf80 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]