mbakke pushed a commit to branch master
in repository guix.
commit 471884ed112e072b59ea4cf360b2827a684e700e
Author: Marius Bakke <[email protected]>
Date: Wed Aug 29 21:41:18 2018 +0200
gnu: lilv: Propagate LV2.
* gnu/packages/audio.scm (lilv)[propagated-inputs]: Add LV2.
[inputs]: Remove.
---
gnu/packages/audio.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5468742..e731569 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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/")