argh. Bad commenting style and a commit too blind.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
This commit is contained in:
Lluís Batlle i Rossell 2009-11-20 20:29:32 +00:00
parent 7748e9e964
commit b27cf66ee2

View File

@ -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 = {