unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH]: gnu: lilv: propagate inputs serd, sord and sratom.
@ 2015-02-20 21:04 Ricardo Wurmus
  2015-02-20 21:08 ` Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2015-02-20 21:04 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

lilv-0.pc requires the packages serd, sord and sratom to be present or
else pkg-config fails when looking for the flags for lilv.

The attached patch moves serd, sord and sratom from lilv's inputs to the
propagated-inputs field.

~~ Ricardo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lilv-propagate-inputs-serd-sord-and-sratom.patch --]
[-- Type: text/x-patch, Size: 1131 bytes --]

From a253ab3b2ed89148211275938b5e574a594d8526 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Fri, 20 Feb 2015 21:56:51 +0100
Subject: [PATCH] gnu: lilv: propagate inputs serd, sord and sratom.

* gnu/packages/audio.scm (lilv): move serd, sord and sratom to propagated
  inputs.
---
 gnu/packages/audio.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 40969ce..abd6f32 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -415,11 +415,13 @@ implementation of the Open Sound Control (OSC) protocol.")
                "0aj2plkx56iar8vzjbq2l7hi7sp0ml99m0h44rgwai2x4vqkk2j2"))))
     (build-system waf-build-system)
     (arguments `(#:tests? #f)) ; no check target
-    (inputs
-     `(("lv2" ,lv2)
-       ("serd" ,serd)
+    ;; required by lilv-0.pc
+    (propagated-inputs
+     `(("serd" ,serd)
        ("sord" ,sord)
        ("sratom" ,sratom)))
+    (inputs
+     `(("lv2" ,lv2)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://drobilla.net/software/lilv/")
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-20 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 21:04 [PATCH]: gnu: lilv: propagate inputs serd, sord and sratom Ricardo Wurmus
2015-02-20 21:08 ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).