From c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 1 Dec 2010 21:11:28 +0000 Subject: [PATCH] Tests fail for a reason that tells more about tests than sabout built binary svn path=/nixpkgs/trunk/; revision=24949 --- pkgs/development/interpreters/clisp/2.44.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/clisp/2.44.1.nix b/pkgs/development/interpreters/clisp/2.44.1.nix index 3b881558aeda..891fd809bf04 100644 --- a/pkgs/development/interpreters/clisp/2.44.1.nix +++ b/pkgs/development/interpreters/clisp/2.44.1.nix @@ -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";