mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: pulseaudio: Add dependency on libcap.
* gnu/packages/pulseaudio.scm (pulseaudio): Add dependency on libcap.
This commit is contained in:
parent
c762e82e5d
commit
09767fb5d3
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ (define pulseaudio
|
|||
("check" ,check)))
|
||||
(propagated-inputs
|
||||
;; 'libpulse*.la' contain `-lgdbm' and `-lcap', so propagate them.
|
||||
`(;; ("libcap" ,libcap)
|
||||
`(("libcap" ,libcap)
|
||||
("gdbm" ,gdbm)))
|
||||
(home-page "http://www.pulseaudio.org/")
|
||||
(synopsis "Sound server")
|
||||
|
|
Loading…
Reference in a new issue