gnu: soprano: Add input raptor2.
* gnu/packages/rdf.scm (soprano): Add input raptor2.
This commit is contained in:
parent
88da0b6888
commit
2a51db7d8d
|
@ -78,11 +78,12 @@ HTML and JSON.")
|
||||||
(base32
|
(base32
|
||||||
"08gb5d8bgy7vc6qd6r1kkmmc5rli67dlglpjqjlahpnvs26r1cwl"))))
|
"08gb5d8bgy7vc6qd6r1kkmmc5rli67dlglpjqjlahpnvs26r1cwl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; FIXME: Add optional dependencies: Raptor, Redland, odbci, clucene; doxygen
|
;; FIXME: Add optional dependencies: Redland, odbci, clucene; doxygen
|
||||||
(inputs
|
|
||||||
`(("qt" ,qt-4)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(inputs
|
||||||
|
`(("qt" ,qt-4)
|
||||||
|
("raptor2" ,raptor2)))
|
||||||
(home-page "http://soprano.sourceforge.net/")
|
(home-page "http://soprano.sourceforge.net/")
|
||||||
(synopsis "RDF data library for Qt")
|
(synopsis "RDF data library for Qt")
|
||||||
(description "Soprano (formerly known as QRDF) is a library which
|
(description "Soprano (formerly known as QRDF) is a library which
|
||||||
|
|
Loading…
Reference in New Issue