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.master
parent
3aac843826
commit
f4f225e482
|
@ -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
|
||||
|
|
Reference in New Issue