mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user