all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27665] [PATCH] build-aux: Update to Guile 2.2.
@ 2017-07-12  8:26 Mathieu Othacehe
  2017-07-12 12:27 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2017-07-12  8:26 UTC (permalink / raw)
  To: 27665

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
-        '("guile@2.0"
+        '("guile@2.2"
           "guile-json"
           "guile-sqlite3"
           "guix")))
-- 
2.13.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#27665] [PATCH] build-aux: Update to Guile 2.2.
  2017-07-12  8:26 [bug#27665] [PATCH] build-aux: Update to Guile 2.2 Mathieu Othacehe
@ 2017-07-12 12:27 ` Ludovic Courtès
  2017-07-12 17:06   ` bug#27665: " Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-07-12 12:27 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 27665

Mathieu Othacehe <m.othacehe@gmail.com> skribis:

> build-aux/guix.scm (package): Update to Guile 2.2.

OK!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#27665: [PATCH] build-aux: Update to Guile 2.2.
  2017-07-12 12:27 ` Ludovic Courtès
@ 2017-07-12 17:06   ` Mathieu Othacehe
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2017-07-12 17:06 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27665-done


> OK!

Pushed thanks !

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-12 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12  8:26 [bug#27665] [PATCH] build-aux: Update to Guile 2.2 Mathieu Othacehe
2017-07-12 12:27 ` Ludovic Courtès
2017-07-12 17:06   ` bug#27665: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.