mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
guile: doCheck = false, as it causes problems sometimes
... and I don't feel like digging into the exact cause. It's made worse by the fact that guile is quite a mass rebuild.
This commit is contained in:
parent
3dd219f071
commit
61aa9cb9b2
@ -61,8 +61,8 @@
|
||||
'';
|
||||
|
||||
# make check doesn't work on darwin
|
||||
# On i686-linux we got some error that doesn't always appear.
|
||||
doCheck = !stdenv.isDarwin && (stdenv.system != "i686-linux");
|
||||
# On Linuxes+Hydra the tests are flaky; feel free to investigate deeper.
|
||||
doCheck = false;
|
||||
|
||||
setupHook = ./setup-hook-2.0.sh;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user