From 3548887c27b3c778c1a93781f6c9a29a1f3aa1f1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 22 Nov 2009 00:22:42 +0000 Subject: GNU Coreutils: Comment on test failures. svn path=/nixpkgs/branches/stdenv-updates/; revision=18512 --- pkgs/tools/misc/coreutils/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/misc/coreutils') diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 871508394433..e42e46d01022 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -10,7 +10,10 @@ stdenv.mkDerivation rec { buildInputs = [ perl ] ++ stdenv.lib.optional aclSupport acl; - # The check failed the last time we enabled it + # The tests are known broken on Cygwin + # (http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19025). + # For the rest, wait for upstream reply at: + # http://thread.gmane.org/gmane.comp.gnu.core-utils.bugs/19024 . doCheck = false; meta = { -- cgit 1.4.1