guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guile-debbugs: Build with Guile 3.0.


From: guix-commits
Subject: 02/02: gnu: guile-debbugs: Build with Guile 3.0.
Date: Tue, 12 May 2020 06:35:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cd23eb067eacce112214944a7f0fecd1af1facb5
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 12:32:59 2020 +0200

    gnu: guile-debbugs: Build with Guile 3.0.
    
    * gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace 
guile-2.2
    with guile-3.0.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index fc32f25..f5f6ed6 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1018,7 +1018,7 @@ using S-expressions.")
     (propagated-inputs
      `(("guile-email" ,guile-email)))
     (native-inputs
-     `(("guile" ,guile-2.2)
+     `(("guile" ,guile-3.0)
        ("pkg-config" ,pkg-config)))
     (home-page "https://savannah.gnu.org/projects/guile-debbugs/";)
     (synopsis "Guile interface to the Debbugs bug tracking service")



reply via email to

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