me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2022-08-29 17:04:25 +03:00
parent 3aac843826
commit f4f225e482
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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