3
0
Fork 0
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:
Michael Raskin 2010-12-01 21:11:28 +00:00
parent 2c814a5b2e
commit c1e384b3eb

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE="-O0"; NIX_CFLAGS_COMPILE="-O0";
# TODO : make mod-check fails # TODO : make mod-check fails
doCheck = 1; doCheck = false;
meta = { meta = {
description = "ANSI Common Lisp Implementation"; description = "ANSI Common Lisp Implementation";