mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: accountsservice: Propagate glib.
* gnu/packages/freedesktop.scm (accountsservice) [propagated-inputs]: Add glib.
This commit is contained in:
parent
106667ce45
commit
8ff57b4cc3
1 changed files with 2 additions and 1 deletions
|
@ -1559,7 +1559,8 @@ message bus.")
|
||||||
elogind
|
elogind
|
||||||
shadow))
|
shadow))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list polkit)) ; listed in Requires.private
|
;; accountsservice.pc 'Requires' these:
|
||||||
|
(list glib polkit))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue