all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: 27665@debbugs.gnu.org
Subject: [bug#27665] [PATCH] build-aux: Update to Guile 2.2.
Date: Wed, 12 Jul 2017 10:26:48 +0200	[thread overview]
Message-ID: <20170712082648.25307-1-m.othacehe@gmail.com> (raw)

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

             reply	other threads:[~2017-07-12  8:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12  8:26 Mathieu Othacehe [this message]
2017-07-12 12:27 ` [bug#27665] [PATCH] build-aux: Update to Guile 2.2 Ludovic Courtès
2017-07-12 17:06   ` bug#27665: " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170712082648.25307-1-m.othacehe@gmail.com \
    --to=m.othacehe@gmail.com \
    --cc=27665@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.