3
0
Fork 0
forked from mirrors/nixpkgs

* Move nix to tools/package-management, and use the latest unstable

release.

svn path=/nixpkgs/trunk/; revision=8477
This commit is contained in:
Eelco Dolstra 2007-03-29 09:24:14 +00:00
parent 19d0e47320
commit a7d27b2201
7 changed files with 6 additions and 6 deletions

View file

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation {
name = "nix-0.11pre8349";
name = "nix-0.11pre8456";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8349/nix-0.11pre8349.tar.bz2;
md5 = "5f09f4986399b60e35d1815d9c003a2e";
url = http://nix.cs.uu.nl/dist/nix/nix-0.11pre8456/nix-0.11pre8456.tar.bz2;
md5 = "7c6939f94f2a5fe8586df3d39b0e1ab5";
};
buildInputs = [perl curl openssl];

View file

@ -3171,20 +3171,20 @@ rec {
inherit stdenv fetchurl jdk;
};
nix = import ../misc/nix {
nix = import ../tools/package-management/nix {
inherit fetchurl stdenv perl curl bzip2;
aterm = aterm242fixes;
db4 = db44;
};
nixStatic = import ../misc/nix-static {
nixStatic = import ../tools/package-management/nix-static {
inherit fetchurl stdenv perl curl autoconf automake libtool;
aterm = aterm242fixes;
bdb = db4;
};
# The bleeding edge.
nixUnstable = import ../misc/nix/unstable.nix {
nixUnstable = import ../tools/package-management/nix/unstable.nix {
inherit fetchurl stdenv perl curl bzip2 openssl;
aterm = aterm242fixes;
db4 = db45;