mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
haskellPackages.doctest-discover: Disable tests
The source package is missing a required file. See: - https://github.com/karun012/doctest-discover/issues/22 - https://github.com/karun012/doctest-discover/issues/23
This commit is contained in:
parent
6467cd4336
commit
2dd664140b
@ -504,4 +504,8 @@ self: super: builtins.intersectAttrs super {
|
||||
blank-canvas = dontCheck super.blank-canvas;
|
||||
blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;
|
||||
|
||||
# Missing file in source distribution:
|
||||
# - https://github.com/karun012/doctest-discover/issues/22
|
||||
# - https://github.com/karun012/doctest-discover/issues/23
|
||||
doctest-discover = dontCheck super.doctest-discover;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user