mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Nix updated to 0.7.
svn path=/nixpkgs/trunk/; revision=2300
This commit is contained in:
parent
afdac00409
commit
ce52a3635d
@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
|
||||
# assert aterm.version >= 2.0
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.6";
|
||||
name = "nix-0.7";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.6/nix-0.6.tar.gz;
|
||||
md5 = "c4a40960d7b00390b24f6f16e87153d3";
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.7/nix-0.7.tar.gz;
|
||||
md5 = "36ca1e13ddd45745e2a5975f8a0209ff";
|
||||
};
|
||||
buildInputs = [aterm bdb perl curl];
|
||||
inherit storeDir stateDir aterm bdb;
|
||||
|
Loading…
Reference in New Issue
Block a user