gnu: accountsservice: Propagate glib.

* gnu/packages/freedesktop.scm (accountsservice)
[propagated-inputs]: Add glib.
This commit is contained in:
Maxim Cournoyer 2022-08-29 22:48:14 -04:00
parent 106667ce45
commit 8ff57b4cc3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1559,7 +1559,8 @@ (define-public accountsservice
elogind
shadow))
(propagated-inputs
(list polkit)) ; listed in Requires.private
;; accountsservice.pc 'Requires' these:
(list glib polkit))
(home-page "https://www.freedesktop.org/wiki/Software/AccountsService/")
(synopsis "D-Bus interface for user account query and manipulation")
(description