1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

haskellPackages.shh: Disable tests

This commit is contained in:
Malte Brandy 2020-05-27 03:48:34 +02:00 committed by Peter Simons
parent fbc0845f28
commit 6d8175075e

View file

@ -769,4 +769,7 @@ self: super: builtins.intersectAttrs super {
doCheck = false;
});
# Tests disabled as recommended at https://github.com/luke-clifton/shh/issues/39
shh = dontCheck super.shh;
}