mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue