guix-commits
[Top][All Lists]
Advanced

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

branch master updated: home: home-dbus-service-type: Fix make-forkexec-c


From: guix-commits
Subject: branch master updated: home: home-dbus-service-type: Fix make-forkexec-constructor call.
Date: Fri, 14 Oct 2022 03:10:24 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 27c4f396b7 home: home-dbus-service-type: Fix make-forkexec-constructor 
call.
27c4f396b7 is described below

commit 27c4f396b75502a4345e443d0d621f5af2a82831
Author: ( <paren@disroot.org>
AuthorDate: Thu Oct 13 07:48:25 2022 +0100

    home: home-dbus-service-type: Fix make-forkexec-constructor call.
    
    * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start]
      <#:environment-variables>: Use a quote instead of a gexp.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/home/services/desktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index 6549efd8df..e94e666d93 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -201,7 +201,7 @@ according to time of day.")))
                                      (format #f "/run/user/~a"
                                              (getuid)))))
                    #:environment-variables
-                   #~(list "DBUS_VERBOSE=1")
+                   '(list "DBUS_VERBOSE=1")
                    #:log-file
                    (format #f "~a/dbus.log"
                            (or (getenv "XDG_LOG_HOME")



reply via email to

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