diff options
author | Andreas Enge <andreas@enge.fr> | 2014-05-17 14:55:27 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-05-17 17:53:39 +0200 |
commit | 85d83c3b7b4fb3e970c8ad27856e9b34f1773cbc (patch) | |
tree | 793b18e3dfe18484686843e531eeb29e58c6bced /gnu | |
parent | 14af289ed9828850ceb341679e42aaa5db7912ee (diff) | |
download | guix-85d83c3b7b4fb3e970c8ad27856e9b34f1773cbc.tar guix-85d83c3b7b4fb3e970c8ad27856e9b34f1773cbc.tar.gz |
gnu: rasqal: Propagate input raptor2.
* gnu/packages/rdf.scm (rasqal): Propagate input raptor2 as indicated in
the pkg-config file.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/rdf.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 4fc9b9e61f..2a4418e849 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -121,8 +121,9 @@ Java Lucene text search engine API to C++.") ("libxml2" ,libxml2) ("mpfr" ,mpfr) ("pcre" ,pcre) - ("raptor2" ,raptor2) ("util-linux" ,util-linux))) + (propagated-inputs + `(("raptor2" ,raptor2))) ; stipulated by rasqal.pc (arguments `(#:parallel-tests? #f ; test failure reported upstream, see |