[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: install: Use Guile 2.2 and guile-ncurses/gpm.
From: |
Danny Milosavljevic |
Subject: |
01/02: install: Use Guile 2.2 and guile-ncurses/gpm. |
Date: |
Wed, 12 Jul 2017 16:32:13 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit d31540262649c42d8d5083648e0741bfb9ab2609
Author: Danny Milosavljevic <address@hidden>
Date: Wed Jul 12 18:18:25 2017 +0200
install: Use Guile 2.2 and guile-ncurses/gpm.
* gnu/system/install.scm (guix-installer): Use Guile 2.2 and
guile-ncurses/gpm.
---
gnu/system/install.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 98d1f43..a8cd048 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -94,7 +94,7 @@ manual."
(string-append #$which "/bin"))
":"))
(setenv "GUILE_LOAD_PATH"
- (string-append #$guile-ncurses
"/share/guile/site/2.0"))
+ (string-append #$guile-ncurses/gpm
"/share/guile/site/2.2"))
;; "(current-guix)" should probably be changed to "guix"
;; at some point.
(execl (string-append #$(current-guix) "/bin/guix")