guix-commits
[Top][All Lists]
Advanced

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

22/22: gnu: Add guix to the path environment for the guix-installer serv


From: John Darrington
Subject: 22/22: gnu: Add guix to the path environment for the guix-installer service.
Date: Tue, 27 Dec 2016 06:02:10 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit d6546942285c0e965ee3bd01fd4d3703da2a564d
Author: John Darrington <address@hidden>
Date:   Tue Dec 27 06:49:18 2016 +0100

    gnu: Add guix to the path environment for the guix-installer service.
    
    * gnu/system/install.scm (guix-installer): Add (current-guix)/bin to PATH
    environment.
---
 gnu/system/install.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 6d93ce0..736d547 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -133,6 +133,7 @@ manual."
                               (string-append #$bash       "/bin")
                               (string-append #$coreutils  "/bin")  ; for ls (!)
                               (string-append #$e2fsprogs  "/sbin")
+                              (string-append #$(current-guix)  "/bin") ; for 
guix system init
                               (string-append #$iproute    "/sbin")
                               (string-append #$isc-dhcp   "/sbin")
                               (string-append #$iw         "/sbin")



reply via email to

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