mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* 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 New Issue
Block a user