Disable checks - the failure reason is impossibility to resolve localhost
svn path=/nixpkgs/trunk/; revision=20065
This commit is contained in:
parent
c9b077f296
commit
5401a03919
@ -35,7 +35,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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user