mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
home: dbus: Remove unecessary list call.
* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start] <#:environment-variables>: Remove unecessary list call.
This commit is contained in:
parent
c2cb116032
commit
6fad3d5985
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ (define (home-dbus-shepherd-services config)
|
||||||
(format #f "/run/user/~a"
|
(format #f "/run/user/~a"
|
||||||
(getuid)))))
|
(getuid)))))
|
||||||
#:environment-variables
|
#:environment-variables
|
||||||
'(list "DBUS_VERBOSE=1")
|
'("DBUS_VERBOSE=1")
|
||||||
#:log-file
|
#:log-file
|
||||||
(format #f "~a/dbus.log"
|
(format #f "~a/dbus.log"
|
||||||
(or (getenv "XDG_LOG_HOME")
|
(or (getenv "XDG_LOG_HOME")
|
||||||
|
|
Loading…
Reference in a new issue