mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskellPackages.doctest-discover: fix
This commit is contained in:
parent
303a5a4e72
commit
de8148d74c
1 changed files with 3 additions and 0 deletions
|
@ -693,6 +693,9 @@ self: super: {
|
|||
# https://github.com/nushio3/doctest-prop/issues/1
|
||||
doctest-prop = dontCheck super.doctest-prop;
|
||||
|
||||
# Depends on itself for testing
|
||||
doctest-discover = addBuildTool super.doctest-discover (dontCheck super.doctest-discover);
|
||||
|
||||
# https://github.com/bos/aeson/issues/253
|
||||
aeson = dontCheck super.aeson;
|
||||
|
||||
|
|
Loading…
Reference in a new issue