mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
* Latest version.
svn path=/nixpkgs/trunk/; revision=5247
This commit is contained in:
parent
12f0f1ad20
commit
285756b5b0
|
@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
|
|||
# assert aterm.version >= 2.0
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.10pre5214";
|
||||
name = "nix-0.10pre5245";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5214/nix-0.10pre5214.tar.bz2;
|
||||
md5 = "a6e9e551a5d45d5850e4b94f8c1c8f0a";
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre5245/nix-0.10pre5245.tar.bz2;
|
||||
md5 = "12aa99b0ed20ebc3e37529bb01a60bc3";
|
||||
};
|
||||
buildInputs = [aterm bdb perl curl];
|
||||
#patches = [./nix-profile-0.9.2.patch];
|
||||
|
|
Loading…
Reference in a new issue