gnu: lilv: Propagate LV2.
* gnu/packages/audio.scm (lilv)[propagated-inputs]: Add LV2. [inputs]: Remove.
This commit is contained in:
parent
0f377aad75
commit
471884ed11
|
@ -1749,11 +1749,10 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.")
|
|||
#t)))))
|
||||
;; Required by lilv-0.pc.
|
||||
(propagated-inputs
|
||||
`(("serd" ,serd)
|
||||
`(("lv2" ,lv2)
|
||||
("serd" ,serd)
|
||||
("sord" ,sord)
|
||||
("sratom" ,sratom)))
|
||||
(inputs
|
||||
`(("lv2" ,lv2)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://drobilla.net/software/lilv/")
|
||||
|
|
Loading…
Reference in New Issue