mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Latest unstable version.
svn path=/nixpkgs/trunk/; revision=14465
This commit is contained in:
parent
f9d5952ed5
commit
5c7cd50c25
@ -5,11 +5,11 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nix-0.13pre14314";
|
||||
name = "nix-0.13pre14422";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://hydra.nixos.org/build/2513/download/1/nix-0.13pre14314.tar.bz2;
|
||||
sha256 = "17qhb77hpg1wcclky8d9m1zbn7w4mm2nvizsy5azz5sd7m6lq3sn";
|
||||
url = http://hydra.nixos.org/build/2775/download/1/nix-0.13pre14422.tar.bz2;
|
||||
sha256 = "29362caa3fece6eae9d06a14930bf04fba41801b79a0f43eefb2ecc719fab934";
|
||||
};
|
||||
|
||||
buildInputs = [perl curl openssl];
|
||||
@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||
--disable-init-state
|
||||
'';
|
||||
|
||||
passthru = { inherit aterm; };
|
||||
|
||||
meta = {
|
||||
description = "The Nix Deployment System";
|
||||
homepage = http://nixos.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user