Guile: Disable `doCheck' for now.

svn path=/nixpkgs/trunk/; revision=11107
This commit is contained in:
Ludovic Courtès 2008-03-13 21:04:07 +00:00
parent d1ea08359e
commit 9433120f1f

View File

@ -17,7 +17,10 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
'';
doCheck = true;
# FIXME: It seems that we hit a deadlock sometimes when running the
# test suite, typically somewhere between `time.test' and
# `unit.test'. To be continued...
doCheck = false;
setupHook = ./setup-hook.sh;