mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* Upgraded Nix to the latest version.
svn path=/nixpkgs/trunk/; revision=929
This commit is contained in:
parent
a1c5ff3fb6
commit
f1d1900a92
@ -1,7 +1,7 @@
|
||||
. $stdenv/setup
|
||||
|
||||
configureFlags="\
|
||||
--with-store-dir=/nix/store --localstatedir=/nix/var \
|
||||
--with-store-dir=$storeDir --localstatedir=$stateDir \
|
||||
--with-aterm=$aterm --with-bdb=$bdb"
|
||||
|
||||
genericBuild
|
||||
|
@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
|
||||
# assert aterm.version >= 2.0
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.5pre881";
|
||||
name = "nix-0.5pre927";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.5pre881/nix-0.5pre881.tar.bz2;
|
||||
md5 = "427a4add7b374ea392ec81a3494cfb23";
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/nix/nix-0.5pre927/nix-0.5pre927.tar.bz2;
|
||||
md5 = "57d71f86718ba8e75a5ed16a302fcf39";
|
||||
};
|
||||
buildInputs = [aterm bdb perl];
|
||||
inherit storeDir stateDir aterm bdb;
|
||||
|
Loading…
Reference in New Issue
Block a user