* noNoBDB attribute for building the unstable Nix no-bdb branch.
svn path=/nixpkgs/trunk/; revision=11896
This commit is contained in:
parent
99c9108757
commit
d5bb11ed06
@ -1497,20 +1497,17 @@ let pkgs = rec {
|
|||||||
ghc = ghc68;
|
ghc = ghc68;
|
||||||
|
|
||||||
ghc68 = import ../development/compilers/ghc-6.8 {
|
ghc68 = import ../development/compilers/ghc-6.8 {
|
||||||
inherit fetchurl stdenv readline perl gmp ncurses;
|
inherit fetchurl stdenv readline perl gmp ncurses m4;
|
||||||
m4 = gnum4;
|
|
||||||
ghc = ghcboot;
|
ghc = ghcboot;
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc661 = import ../development/compilers/ghc-6.6.1 {
|
ghc661 = import ../development/compilers/ghc-6.6.1 {
|
||||||
inherit fetchurl stdenv readline perl58 gmp ncurses;
|
inherit fetchurl stdenv readline perl58 gmp ncurses m4;
|
||||||
m4 = gnum4;
|
|
||||||
ghc = ghcboot;
|
ghc = ghcboot;
|
||||||
};
|
};
|
||||||
|
|
||||||
ghc66 = import ../development/compilers/ghc-6.6 {
|
ghc66 = import ../development/compilers/ghc-6.6 {
|
||||||
inherit fetchurl stdenv readline perl gmp ncurses;
|
inherit fetchurl stdenv readline perl gmp ncurses m4;
|
||||||
m4 = gnum4;
|
|
||||||
ghc = ghcboot;
|
ghc = ghcboot;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -6468,6 +6465,14 @@ let pkgs = rec {
|
|||||||
db4 = db45;
|
db4 = db45;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# The really bleeding edge.
|
||||||
|
nixNoBDB = lowPrio (nixCustomFun
|
||||||
|
(fetchurl {
|
||||||
|
url = http://nixos.org/releases/nix-no-bdb/nix-0.12pre11675-jvhinhlm/nix-0.12pre11675.tar.bz2;
|
||||||
|
sha256 = "1c20dd159f0f7ffb7105745426b64097f833b265604e14ff77f94da2d145d44b";
|
||||||
|
})
|
||||||
|
"" [] "");
|
||||||
|
|
||||||
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
nixCustomFun = src: preConfigure: enableScripts: configureFlags:
|
||||||
import ../tools/package-management/nix/custom.nix {
|
import ../tools/package-management/nix/custom.nix {
|
||||||
inherit fetchurl stdenv perl curl bzip2 openssl src preConfigure automake
|
inherit fetchurl stdenv perl curl bzip2 openssl src preConfigure automake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user