forked from mirrors/nixpkgs
* Disable make check because it fails randomly due to a race.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31790
This commit is contained in:
parent
3b4528fd7c
commit
3ac44bde79
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
doCheck = false;
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
#doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "The Nix Deployment System";
|
||||
|
|
Loading…
Reference in a new issue