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:
( 2022-10-13 07:48:25 +01:00 committed by Andrew Tropin
parent cfd74630dd
commit 27c4f396b7
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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")