mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
* Use Nix 0.10.1.
svn path=/nixpkgs/trunk/; revision=6695
This commit is contained in:
parent
22dbea9161
commit
29a457c5b0
@ -4,15 +4,13 @@
|
||||
}:
|
||||
|
||||
assert aterm != null && bdb != null && perl != null;
|
||||
# assert bdb.version >= 4.2
|
||||
# assert aterm.version >= 2.0
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.10";
|
||||
name = "nix-0.10.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10/nix-0.10.tar.bz2;
|
||||
md5 = "2e5db8be894b28873b5bb1b25194955f";
|
||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10.1/nix-0.10.1.tar.bz2;
|
||||
md5 = "22dc0c024ca5bb477da0b38ba834dbf2";
|
||||
};
|
||||
buildInputs = [aterm bdb perl curl];
|
||||
inherit storeDir stateDir aterm bdb;
|
||||
|
@ -2794,10 +2794,14 @@ rec {
|
||||
bdb = db4;
|
||||
};
|
||||
|
||||
nixUnstable = nix;
|
||||
|
||||
/*
|
||||
nixUnstable = (import ../misc/nix-unstable) {
|
||||
inherit fetchurl stdenv aterm perl curl;
|
||||
bdb = db4;
|
||||
};
|
||||
*/
|
||||
|
||||
polytable = (import ../misc/tex/polytable) {
|
||||
inherit fetchurl stdenv tetex lazylist;
|
||||
|
Loading…
Reference in New Issue
Block a user