all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zhu Zihao <all_but_last@163.com>
To: 60851@debbugs.gnu.org
Cc: Zhu Zihao <all_but_last@163.com>
Subject: [bug#60851] [PATCH] gnu: services: Export polkit-configuration.
Date: Mon, 16 Jan 2023 14:42:22 +0800	[thread overview]
Message-ID: <20230116064222.18868-1-all_but_last@163.com> (raw)

Export for user customization.

* gnu/services/dbus.scm(polkit-configuration): Export.
(polkit-configuration?): Export.
---
 gnu/services/dbus.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm
index 52cb1e3a51..5efd6bdadf 100644
--- a/gnu/services/dbus.scm
+++ b/gnu/services/dbus.scm
@@ -40,6 +40,8 @@ (define-module (gnu services dbus)
             dbus-service
             wrapped-dbus-service
 
+            polkit-configuration
+            polkit-configuration?
             polkit-service-type
             polkit-service))
 
-- 
2.38.1





             reply	other threads:[~2023-01-16  6:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16  6:42 Zhu Zihao [this message]
2023-01-16  7:11 ` bug#60851: [PATCH] gnu: services: Export polkit-configuration 宋文武 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=20230116064222.18868-1-all_but_last@163.com \
    --to=all_but_last@163.com \
    --cc=60851@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.