diff options
author | Andreas Enge <andreas@enge.fr> | 2014-04-25 00:24:48 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-04-25 00:32:11 +0200 |
commit | 5d17cf8eb96e7f266c3ec8d9e512389d1875401b (patch) | |
tree | a6eb5d848d3284216ab3d83e12656701b235d430 | |
parent | 9e57c1b58742c5eda3edcccd9397ef28dbfb7f5e (diff) | |
download | patches-5d17cf8eb96e7f266c3ec8d9e512389d1875401b.tar patches-5d17cf8eb96e7f266c3ec8d9e512389d1875401b.tar.gz |
gnu: soprano: Add native input doxygen.
* gnu/packages/rdf.scm (soprano): Add native input doxygen.
-rw-r--r-- | gnu/packages/rdf.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index dec2f0e3ee..7bf75eeb28 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -26,6 +26,7 @@ #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages curl) + #:use-module (gnu packages doxygen) #:use-module (gnu packages pkg-config) #:use-module (gnu packages qt) #:use-module (gnu packages xml)) @@ -112,9 +113,10 @@ Java Lucene text search engine API to C++.") (base32 "08gb5d8bgy7vc6qd6r1kkmmc5rli67dlglpjqjlahpnvs26r1cwl")))) (build-system cmake-build-system) - ;; FIXME: Add optional dependencies: Redland, odbci, clucene; doxygen + ;; FIXME: Add optional dependencies: Redland, odbci, clucene (native-inputs - `(("pkg-config" ,pkg-config))) + `(("doxygen" ,doxygen) + ("pkg-config" ,pkg-config))) (inputs `(("qt" ,qt-4) ("raptor2" ,raptor2))) |