svn path=/nixpkgs/trunk/; revision=18405

This commit is contained in:
Eelco Dolstra 2009-11-18 11:38:20 +00:00
parent e4d5933e0a
commit 4437778e33

View File

@ -4420,7 +4420,12 @@ let
mysql libxslt curl pcre librdf_rasqal librdf_raptor;
bdb = db4;
};
redland_1_0_8 = redland.passthru.function { version = "1.0.8"; };
redland_1_0_8 = composedArgsAndFun (import ../development/libraries/redland/1.0.8.nix) {
inherit fetchurl stdenv openssl libxml2 pkgconfig perl postgresql sqlite
mysql libxslt curl pcre librdf_rasqal librdf_raptor;
bdb = db4;
};
rhino = import ../development/libraries/java/rhino {
inherit fetchurl stdenv unzip;