argh. Bad commenting style and a commit too blind.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
This commit is contained in:
parent
7748e9e964
commit
b27cf66ee2
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue