mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: accountsservice: Add missing input.
* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add libcap.
This commit is contained in:
parent
166bc1b259
commit
7e38ba654a
1 changed files with 2 additions and 1 deletions
|
@ -681,7 +681,8 @@ (define-public accountsservice
|
|||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("shadow" ,shadow)
|
||||
`(("libcap" ,libcap)
|
||||
("shadow" ,shadow)
|
||||
("polkit" ,polkit)))
|
||||
(home-page "http://www.freedesktop.org/wiki/Software/AccountsService/")
|
||||
(synopsis "D-Bus interface for user account query and manipulation")
|
||||
|
|
Loading…
Reference in a new issue