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.
This commit is contained in:
parent
3aac843826
commit
f4f225e482
1 changed files with 2 additions and 1 deletions
|
|
@ -1505,8 +1505,9 @@ message bus.")
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
elogind
|
elogind
|
||||||
polkit
|
|
||||||
shadow))
|
shadow))
|
||||||
|
(propagated-inputs
|
||||||
|
(list polkit)) ; listed in Requires.private
|
||||||
(home-page "https://www.freedesktop.org/wiki/Software/AccountsService/")
|
(home-page "https://www.freedesktop.org/wiki/Software/AccountsService/")
|
||||||
(synopsis "D-Bus interface for user account query and manipulation")
|
(synopsis "D-Bus interface for user account query and manipulation")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue