guix: Use guile-3.0. master
authorJan (janneke) Nieuwenhuizen <janneke@gnu.org>
Thu, 18 Mar 2021 13:21:28 +0000 (14:21 +0100)
committerJan (janneke) Nieuwenhuizen <janneke@gnu.org>
Thu, 18 Mar 2021 21:49:43 +0000 (22:49 +0100)
* guix.scm (name)[native-inputs]: Remove guile.
[inputs]: New field, add guile-3.0.

guix.scm

index ac790debe8c37b2b64c7061056fd2dda501edf99..d139e648b429ba50a49150464ff79fad3e63415c 100644 (file)
--- a/guix.scm
+++ b/guix.scm
@@ -64,9 +64,9 @@
   (build-system gnu-build-system)
   (native-inputs `(("autoconf" ,autoconf)
                    ("automake" ,automake)
   (build-system gnu-build-system)
   (native-inputs `(("autoconf" ,autoconf)
                    ("automake" ,automake)
-                   ("guile" ,guile-2.2)
                    ("pkg-config" ,pkg-config)
                    ("texinfo" ,texinfo)))
                    ("pkg-config" ,pkg-config)
                    ("texinfo" ,texinfo)))
+  (inputs `(("guile" ,guile-3.0)))
   (arguments
    `(#:phases (modify-phases %standard-phases
                 (add-before 'configure 'bootstrap
   (arguments
    `(#:phases (modify-phases %standard-phases
                 (add-before 'configure 'bootstrap