mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ self: super: {
|
|||
|
||||
# Depends on itself for testing
|
||||
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
|
||||
aeson = dontCheck super.aeson;
|
||||
|
|
Loading…
Reference in a new issue