~ruther/guix-local

27c4f396b75502a4345e443d0d621f5af2a82831 — ( 3 years ago cfd7463
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/home/services/desktop.scm
M gnu/home/services/desktop.scm => gnu/home/services/desktop.scm +1 -1
@@ 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")