all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: 58484@debbugs.gnu.org
Cc: "\(" <paren@disroot.org>
Subject: [bug#58484] [PATCH 1/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call.
Date: Thu, 13 Oct 2022 07:48:25 +0100	[thread overview]
Message-ID: <20221013064825.6731-1-paren@disroot.org> (raw)
In-Reply-To: <20221013064725.6638-1-paren@disroot.org>

* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start]
  <#:environment-variables>: Use a quote instead of a gexp.
---
 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 6549efd8df..e94e666d93 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -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")
-- 
2.38.0





  reply	other threads:[~2022-10-13  7:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13  6:47 [bug#58484] [PATCH 0/1] gnu: home: home-dbus-service-type: Fix make-forkexec-constructor call ( via Guix-patches via
2022-10-13  6:48 ` ( via Guix-patches via [this message]
2022-10-14  7:11   ` [bug#58484] [PATCH 1/1] " Andrew Tropin
2022-10-14  7:12     ` ( via Guix-patches via
2022-10-14  7:18     ` ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221013064825.6731-1-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=58484@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.