guix-commits
[Top][All Lists]
Advanced

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

branch master updated: home: dbus: Remove unecessary list call.


From: guix-commits
Subject: branch master updated: home: dbus: Remove unecessary list call.
Date: Mon, 17 Oct 2022 07:23:31 -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 6fad3d5985 home: dbus: Remove unecessary list call.
6fad3d5985 is described below

commit 6fad3d5985f46ce19672c902fc93e0f91c3fb8f2
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Oct 17 15:07:03 2022 +0400

    home: dbus: Remove unecessary list call.
    
    * gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start]
      <#:environment-variables>: Remove unecessary list call.
---
 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 e94e666d93..a2ab2b4d07 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")
+                   '("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]