guix-patches
[Top][All Lists]
Advanced

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

[bug#27665] [PATCH] build-aux: Update to Guile 2.2.


From: Mathieu Othacehe
Subject: [bug#27665] [PATCH] build-aux: Update to Guile 2.2.
Date: Wed, 12 Jul 2017 10:26:48 +0200

build-aux/guix.scm (package): Update to Guile 2.2.
---
 build-aux/guix.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-aux/guix.scm b/build-aux/guix.scm
index feb6670..583ef7e 100644
--- a/build-aux/guix.scm
+++ b/build-aux/guix.scm
@@ -69,15 +69,15 @@
                   (json   (assoc-ref inputs "guile-json"))
                   (sqlite (assoc-ref inputs "guile-sqlite3"))
                   (guix   (assoc-ref inputs "guix"))
-                  (mods   (string-append json "/share/guile/site/2.0:"
-                                         sqlite "/share/guile/site/2.0:"
-                                         guix "/share/guile/site/2.0")))
+                  (mods   (string-append json "/share/guile/site/2.2:"
+                                         sqlite "/share/guile/site/2.2:"
+                                         guix "/share/guile/site/2.2")))
              (wrap-program (string-append out "/bin/cuirass")
                `("GUILE_LOAD_PATH" ":" prefix (,mods))
                `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,mods)))))))))
   (inputs
    (map spec+package-list
-        '("address@hidden"
+        '("address@hidden"
           "guile-json"
           "guile-sqlite3"
           "guix")))
-- 
2.13.1






reply via email to

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