From ba948b4fa0a088f42815aa104e651c9d14d8a1ba Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 28 Apr 2014 20:20:52 +0200 Subject: gnu: soprano: Add input clucene. * gnu/packages/rdf.scm (soprano): Add input clucene and patch the cmake file looking for it. * gnu/packages/patches/soprano-find-clucene.patch: New file. * gnu-system.am (dist_patch_DATA): Register the patch. --- gnu/packages/rdf.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/rdf.scm') diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index b297b5209b..368245bbaa 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -106,15 +106,15 @@ Java Lucene text search engine API to C++.") "soprano-" version ".tar.bz2")) (sha256 (base32 - "1rg0x7yg0a1cbnxz7kqk52580wla8jbnj4d4r3j7l7g7ajyny1k4")))) + "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) ; is not yet "fully found", but sufficiently - ; so to allow for compilation... + `(("clucene" ,clucene) ("qt" ,qt-4) ("raptor2" ,raptor2))) (home-page "http://soprano.sourceforge.net/") -- cgit v1.2.3