forked from mirrors/nixpkgs
Tests fail for a reason that tells more about tests than sabout built binary
svn path=/nixpkgs/trunk/; revision=24949
This commit is contained in:
parent
2c814a5b2e
commit
c1e384b3eb
|
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||
NIX_CFLAGS_COMPILE="-O0";
|
||||
|
||||
# TODO : make mod-check fails
|
||||
doCheck = 1;
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "ANSI Common Lisp Implementation";
|
||||
|
|
Loading…
Reference in a new issue