mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
development/libraries/librdf/default.nix:
Move librdf_raptor to propagatedBuildInputs.
This commit is contained in:
parent
40e86be5b1
commit
8d5bbfb20d
1 changed files with 3 additions and 1 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue