summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-12-01 21:11:28 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-12-01 21:11:28 +0000
commitc1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e (patch)
tree7e65f4bfce74fc800904dfaa035b137767b7ee71
parent2c814a5b2e14a000db2c5c0f3a1008a492169cd5 (diff)
downloadnixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar.gz
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar.bz2
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar.lz
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar.xz
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.tar.zst
nixpkgs-c1e384b3ebdc87e6010a7a5ef9fbdeddc408a07e.zip
Tests fail for a reason that tells more about tests than sabout built binary
svn path=/nixpkgs/trunk/; revision=24949
-rw-r--r--pkgs/development/interpreters/clisp/2.44.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/clisp/2.44.1.nix b/pkgs/development/interpreters/clisp/2.44.1.nix
index 3b881558aed..891fd809bf0 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";