svn path=/nixpkgs/trunk/; revision=18405
This commit is contained in:
parent
e4d5933e0a
commit
4437778e33
@ -4420,7 +4420,12 @@ let
|
|||||||
mysql libxslt curl pcre librdf_rasqal librdf_raptor;
|
mysql libxslt curl pcre librdf_rasqal librdf_raptor;
|
||||||
bdb = db4;
|
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 {
|
rhino = import ../development/libraries/java/rhino {
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user