* Disable make check because it fails randomly due to a race.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31790
This commit is contained in:
Eelco Dolstra 2012-01-23 12:34:07 +00:00
parent 3b4528fd7c
commit 3ac44bde79

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
doCheck = false;
};
doCheck = true;
#doCheck = true;
meta = {
description = "The Nix Deployment System";