gnu: accountsservice: Add missing input.

* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add libcap.
master
Peter Mikkelsen 2017-09-06 13:22:37 +02:00 committed by Efraim Flashner
parent 166bc1b259
commit 7e38ba654a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -681,7 +681,8 @@ message bus.")
("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")