all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 61944@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type.
Date: Fri,  3 Mar 2023 19:34:39 +0000	[thread overview]
Message-ID: <66f7d93d0f577036acad5253d20befd420cd147c.1677872051.git.mirai@makinata.eu> (raw)

* gnu/services/desktop.scm (geoclue-service-type): Set default-value.
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 8026778ea5..aa9f93997d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -404,7 +404,8 @@ (define geoclue-service-type
                 (description "Run the @command{geoclue} location service.
 This service provides a D-Bus interface to allow applications to request
 access to a user's physical location, and optionally to add information to
-online location databases.")))
+online location databases.")
+                (default-value (geoclue-configuration))))
 
 (define-deprecated
   (geoclue-service #:key (geoclue geoclue)

base-commit: 2799ad44234be675f018115f99be98d2c9fd565d
-- 
2.39.1





             reply	other threads:[~2023-03-03 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 19:34 Bruno Victal [this message]
2023-03-03 19:40 ` bug#61944: [PATCH] services: desktop: Set default value for geoclue-service-type Tobias Geerinckx-Rice 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=66f7d93d0f577036acad5253d20befd420cd147c.1677872051.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=61944@debbugs.gnu.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.