[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: lilv: Propagate LV2.
From: |
Marius Bakke |
Subject: |
01/07: gnu: lilv: Propagate LV2. |
Date: |
Thu, 30 Aug 2018 12:46:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 471884ed112e072b59ea4cf360b2827a684e700e
Author: Marius Bakke <address@hidden>
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/")
- branch master updated (0f377aa -> 883832b), Marius Bakke, 2018/08/30
- 02/07: gnu: p11-kit: Update to 0.23.14., Marius Bakke, 2018/08/30
- 01/07: gnu: lilv: Propagate LV2.,
Marius Bakke <=
- 04/07: gnu: samba: Update to 4.8.5., Marius Bakke, 2018/08/30
- 03/07: gnu: ldb: Update to 1.3.6., Marius Bakke, 2018/08/30
- 06/07: gnu: GnuPG: Update to 2.2.10., Marius Bakke, 2018/08/30
- 05/07: gnu: rng-tools: Update to 6.4., Marius Bakke, 2018/08/30
- 07/07: gnu: appstream-glib: Update to 0.7.12., Marius Bakke, 2018/08/30