development/libraries/librdf/default.nix:

Move librdf_raptor to propagatedBuildInputs.
This commit is contained in:
Александр Цамутали 2013-02-03 18:56:48 +04:00
parent 40e86be5b1
commit 8d5bbfb20d

@ -8,7 +8,9 @@ stdenv.mkDerivation {
sha256 = "015jv7pp0a0qxgljgdvf7d01nj4fx0zgzg0wayjp7v86pa38xscm";
};
buildInputs = [ pkgconfig librdf_raptor ladspaH openssl zlib ];
buildInputs = [ pkgconfig ladspaH openssl zlib ];
propagatedBuildInputs = [ librdf_raptor ];
meta = {
description = "A lightweight RDF library with special support for LADSPA plugins.";