summary refs log tree commit diff
path: root/gnu/packages/rdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-05-17 10:04:37 +0200
committerAndreas Enge <andreas@enge.fr>2015-05-17 10:08:29 +0200
commit0390a5206381e3d54f27ae46533fa38283927a4d (patch)
tree6b6128f20c163601c169f8e2ba15bff1e4aed7b5 /gnu/packages/rdf.scm
parentaff75ddfc60b0940d4e2862f3d1b97c022b7baa8 (diff)
downloadguix-0390a5206381e3d54f27ae46533fa38283927a4d.tar.gz
gnu: redland: Propagate input.
* gnu/packages/rdf.scm (redland): Move rasqal from 'inputs' to
  'propagated-inputs'.
* gnu/packages/rdf.scm (soprano): Drop input rasqal.
* gnu/packages/audio.scm (ardour-3): Drop inputs rasqal and raptor2.

Reported by John Darrington <jmd@gnu.org>.
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r--gnu/packages/rdf.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index f26b021e50..cee7f42398 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -221,9 +221,10 @@ Turtle/N3 and read them in SPARQL XML, RDF/XML and Turtle/N3.")
     (native-inputs
      `(("perl" ,perl) ; needed for installation
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("rasqal" ,rasqal))) ; in Requires.private field of .pc
     (inputs
-     `(("bdb" ,bdb)
-       ("rasqal" ,rasqal)))
+     `(("bdb" ,bdb)))
     (home-page "http://librdf.org/")
     (synopsis "RDF library")
     (description "The Redland RDF Library (librdf) provides the RDF API
@@ -317,7 +318,6 @@ ideal (e.g. in LV2 implementations or embedded applications).")
     (inputs
      `(("clucene" ,clucene)
        ("qt" ,qt-4)
-       ("rasqal" ,rasqal)
        ("redland" ,redland)))
     (home-page "http://soprano.sourceforge.net/")
     (synopsis "RDF data library for Qt")