guix-commits
[Top][All Lists]
Advanced

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

01/01: self: Fix unquoting.


From: guix-commits
Subject: 01/01: self: Fix unquoting.
Date: Tue, 28 May 2019 17:50:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fa866548244e3a8ad65a19c40cb0d6f2c669cc6b
Author: Ricardo Wurmus <address@hidden>
Date:   Tue May 28 23:21:27 2019 +0200

    self: Fix unquoting.
    
    This is a follow-up to commit dfc69e4b6d4bbc41a4d37b3cc6ea12adb34aaafa.
    
    * guix/self.scm (whole-package): Unquote %storedir in the daemon wrapper.
---
 guix/self.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/self.scm b/guix/self.scm
index b7d8f4e..69e2381 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -617,7 +617,7 @@ Info manual."
                         (setenv "GUIX_CONFIGURATION_DIRECTORY"
                                 #$(string-append %sysconfdir "/guix")))
                       (unless (getenv "NIX_STORE_DIR")
-                        (setenv "NIX_STORE_DIR" %storedir))
+                        (setenv "NIX_STORE_DIR" #$%storedir))
 
                       (apply execl #$(file-append daemon "/bin/guix-daemon")
                              "guix-daemon" (cdr (command-line))))))



reply via email to

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