all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60851] [PATCH] gnu: services: Export polkit-configuration.
@ 2023-01-16  6:42 Zhu Zihao
  2023-01-16  7:11 ` bug#60851: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2023-01-16  6:42 UTC (permalink / raw)
  To: 60851; +Cc: Zhu Zihao

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60851: [PATCH] gnu: services: Export polkit-configuration.
  2023-01-16  6:42 [bug#60851] [PATCH] gnu: services: Export polkit-configuration Zhu Zihao
@ 2023-01-16  7:11 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-16  7:11 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 60851-done

Zhu Zihao <all_but_last@163.com> writes:

> Export for user customization.
>
> * gnu/services/dbus.scm(polkit-configuration): Export.
> (polkit-configuration?): Export.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-16  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  6:42 [bug#60851] [PATCH] gnu: services: Export polkit-configuration Zhu Zihao
2023-01-16  7:11 ` bug#60851: " 宋文武 via Guix-patches via

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.