summaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-05-17 17:12:27 +0200
committerAndreas Enge <andreas@enge.fr>2014-05-17 17:53:39 +0200
commitbf43449acefc343557f84c4c14ac83bceff799ad (patch)
tree08d1d8d031168465c96e61c09f526517f683aed0 /gnu/packages/rdf.scm
parentaf6fce0fd146f5a73246476b7815bc13ddc3e527 (diff)
gnu: soprano: Add input redland.
* gnu/packages/rdf.scm (soprano): Add inputs redland and rasqal, drop raptor2 (propagated by rasqal).
Diffstat (limited to 'gnu/packages/rdf.scm')
-rw-r--r--gnu/packages/rdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index feee762e51..7634e48018 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -180,14 +180,14 @@ and triple stores.")
"1rg0x7yg0a1cbnxz7kqk52580wla8jbnj4d4r3j7l7g7ajyny1k4"))
(patches (list (search-patch "soprano-find-clucene.patch")))))
(build-system cmake-build-system)
- ;; FIXME: Add optional dependencies: Redland, odbci.
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
(inputs
`(("clucene" ,clucene)
("qt" ,qt-4)
- ("raptor2" ,raptor2)))
+ ("rasqal" ,rasqal)
+ ("redland" ,redland)))
(home-page "http://soprano.sourceforge.net/")
(synopsis "RDF data library for Qt")
(description "Soprano (formerly known as QRDF) is a library which