Merge remote-tracking branch 'origin/master' into stdenv-updates

This commit is contained in:
Eelco Dolstra
2013-02-15 13:36:34 +01:00
302 changed files with 14276 additions and 4226 deletions

View File

@@ -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.";