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:
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 a new issue