* Update the unstable Nix (with some GC-related bug fixes).

svn path=/nixpkgs/trunk/; revision=20652
This commit is contained in:
Eelco Dolstra 2010-03-16 12:46:12 +00:00
parent b6d6f301c4
commit 8ff6ffbb65

View File

@ -4,17 +4,18 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "nix-0.15pre20560"; name = "nix-0.15pre20612";
src = fetchurl { src = fetchurl {
url = "http://hydra.nixos.org/build/322259/download/4/${name}.tar.bz2"; url = "http://hydra.nixos.org/build/325045/download/4/${name}.tar.bz2";
sha256 = "16sjb8bdknzjqwhwlcxx1jwq3lij2lvz6vda3w1b6pjhhhclj58f"; sha256 = "a0fecb2d9cced473880649d7ee6448688d63416fb2e26bdbadec069e5b619bce";
}; };
buildNativeInputs = [ perl ]; buildNativeInputs = [ perl ];
buildInputs = [ curl openssl ]; buildInputs = [ curl openssl ];
configureFlags = '' configureFlags =
''
--with-store-dir=${storeDir} --localstatedir=${stateDir} --with-store-dir=${storeDir} --localstatedir=${stateDir}
--with-aterm=${aterm} --with-bzip2=${bzip2} --with-aterm=${aterm} --with-bzip2=${bzip2}
--disable-init-state --disable-init-state