GNU bug report logs -
#27665
[PATCH] build-aux: Update to Guile 2.2.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Wed, 12 Jul 2017 08:28:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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 <at> 2.0"
+ '("guile <at> 2.2"
"guile-json"
"guile-sqlite3"
"guix")))
--
2.13.1
This bug report was last modified 8 years and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.