Merge pull request #25389 from roberth/fix-haskell-tasty-discover
haskellPackages.tasty-discover: bootstrap itself using an untested build
This commit is contained in:
commit
c609aecede
|
@ -494,6 +494,7 @@ self: super: {
|
||||||
|
|
||||||
# Depends on itself for testing
|
# Depends on itself for testing
|
||||||
doctest-discover = addBuildTool super.doctest-discover (dontCheck super.doctest-discover);
|
doctest-discover = addBuildTool super.doctest-discover (dontCheck super.doctest-discover);
|
||||||
|
tasty-discover = addBuildTool super.tasty-discover (dontCheck super.tasty-discover);
|
||||||
|
|
||||||
# https://github.com/bos/aeson/issues/253
|
# https://github.com/bos/aeson/issues/253
|
||||||
aeson = dontCheck super.aeson;
|
aeson = dontCheck super.aeson;
|
||||||
|
|
Loading…
Reference in New Issue