gnu: rasqal: Propagate input raptor2.

* gnu/packages/rdf.scm (rasqal): Propagate input raptor2 as indicated in
    the pkg-config file.
This commit is contained in:
Andreas Enge 2014-05-17 14:55:27 +02:00
parent 14af289ed9
commit 85d83c3b7b
1 changed files with 2 additions and 1 deletions

View File

@ -121,8 +121,9 @@ Java Lucene text search engine API to C++.")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("mpfr" ,mpfr) ("mpfr" ,mpfr)
("pcre" ,pcre) ("pcre" ,pcre)
("raptor2" ,raptor2)
("util-linux" ,util-linux))) ("util-linux" ,util-linux)))
(propagated-inputs
`(("raptor2" ,raptor2))) ; stipulated by rasqal.pc
(arguments (arguments
`(#:parallel-tests? #f `(#:parallel-tests? #f
; test failure reported upstream, see ; test failure reported upstream, see