gnu: lilv: propagate inputs serd, sord and sratom.
* gnu/packages/audio.scm (lilv): move serd, sord and sratom to propagated inputs.
This commit is contained in:
parent
85652f599a
commit
ff7df27d4b
|
@ -372,11 +372,13 @@ implementation of the Open Sound Control (OSC) protocol.")
|
||||||
"0aj2plkx56iar8vzjbq2l7hi7sp0ml99m0h44rgwai2x4vqkk2j2"))))
|
"0aj2plkx56iar8vzjbq2l7hi7sp0ml99m0h44rgwai2x4vqkk2j2"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no check target
|
(arguments `(#:tests? #f)) ; no check target
|
||||||
(inputs
|
;; required by lilv-0.pc
|
||||||
`(("lv2" ,lv2)
|
(propagated-inputs
|
||||||
("serd" ,serd)
|
`(("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 "http://drobilla.net/software/lilv/")
|
(home-page "http://drobilla.net/software/lilv/")
|
||||||
|
|
Loading…
Reference in New Issue