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;
}