GNU Coreutils: Comment on test failures.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18512
This commit is contained in:
parent
e5e6e853de
commit
3548887c27
@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ perl ] ++ stdenv.lib.optional aclSupport acl;
|
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;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user