~ruther/guix-local

f4f225e4826b7039adc1937f9b32df80b99c2ad1 — Efraim Flashner 3 years ago 3aac843
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/freedesktop.scm
M gnu/packages/freedesktop.scm => gnu/packages/freedesktop.scm +2 -1
@@ 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