From b27cf66ee28bc9fdec9a36fb00e019d5c0b57402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 20 Nov 2009 20:29:32 +0000 Subject: [PATCH] argh. Bad commenting style and a commit too blind. svn path=/nixpkgs/branches/stdenv-updates/; revision=18496 --- pkgs/tools/misc/coreutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index dd53b8d1a199..871508394433 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { buildInputs = [ perl ] ++ stdenv.lib.optional aclSupport acl; - // The check failed the last time we enabled it + # The check failed the last time we enabled it doCheck = false; meta = {