mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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>
This commit is contained in:
parent
cfd74630dd
commit
27c4f396b7
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ (define (home-dbus-shepherd-services config)
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue