summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-08-29 17:04:25 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-08-29 17:18:14 +0300
commitf4f225e4826b7039adc1937f9b32df80b99c2ad1 (patch)
tree59a592b47cb0c1bf67947e5e134153baaf094ddf /gnu
parent3aac843826877b2131e17f61ee7290e537b751a8 (diff)
downloadguix-patches-f4f225e4826b7039adc1937f9b32df80b99c2ad1.tar
guix-patches-f4f225e4826b7039adc1937f9b32df80b99c2ad1.tar.gz
gnu: accountsservice: Adjust inputs.
This fixes the builds of gdm and some other packages. * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ... [propagated-inputs]: ... to here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/freedesktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ab6fb480a7..a902fac153 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1505,8 +1505,9 @@ message bus.")
(inputs
(list dbus
elogind
- polkit
shadow))
+ (propagated-inputs
+ (list polkit)) ; listed in Requires.private
(home-page "https://www.freedesktop.org/wiki/Software/AccountsService/")
(synopsis "D-Bus interface for user account query and manipulation")
(description