mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: polkit: Add missing input.
* gnu/packages/polkit.scm (polkit)[inputs]: Add libcap.
This commit is contained in:
parent
124ac301c1
commit
77c2476ae3
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ (define-public polkit
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("expat" ,expat)
|
||||
("libcap" ,libcap)
|
||||
("linux-pam" ,linux-pam)
|
||||
("elogind" ,elogind)
|
||||
("mozjs" ,mozjs)
|
||||
|
|
Loading…
Reference in a new issue