mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: lilv: Propagate LV2.
* gnu/packages/audio.scm (lilv)[propagated-inputs]: Add LV2. [inputs]: Remove.
This commit is contained in:
parent
0f377aad75
commit
471884ed11
1 changed files with 2 additions and 3 deletions
|
@ -1749,11 +1749,10 @@ (define-public lilv
|
||||||
#t)))))
|
#t)))))
|
||||||
;; Required by lilv-0.pc.
|
;; Required by lilv-0.pc.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("serd" ,serd)
|
`(("lv2" ,lv2)
|
||||||
|
("serd" ,serd)
|
||||||
("sord" ,sord)
|
("sord" ,sord)
|
||||||
("sratom" ,sratom)))
|
("sratom" ,sratom)))
|
||||||
(inputs
|
|
||||||
`(("lv2" ,lv2)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://drobilla.net/software/lilv/")
|
(home-page "https://drobilla.net/software/lilv/")
|
||||||
|
|
Loading…
Reference in a new issue