From 5d17cf8eb96e7f266c3ec8d9e512389d1875401b Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 25 Apr 2014 00:24:48 +0200 Subject: gnu: soprano: Add native input doxygen. * gnu/packages/rdf.scm (soprano): Add native input doxygen. --- gnu/packages/rdf.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') 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 @@ (define-module (gnu packages rdf) #: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 @@ (define-public soprano (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))) -- cgit v1.2.3