Guile: Disable `doCheck' for now.
svn path=/nixpkgs/trunk/; revision=11107
This commit is contained in:
parent
d1ea08359e
commit
9433120f1f
@ -17,7 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
wrapProgram $out/bin/guile-snarf --prefix PATH : "${gawk}/bin"
|
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;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user