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 @@ (define-public rasqal ("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