haskellPackages.shh: Disable tests

This commit is contained in:
Malte Brandy
2020-05-29 22:28:47 +02:00
committed by Peter Simons
parent fbc0845f28
commit 6d8175075e
@@ -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;
}