haskellPackages.shh: Disable tests
This commit is contained in:
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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user