mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.hpc-codecov: run obsolete override
The upstream issue has been resolved.
This commit is contained in:
parent
e71086f1ad
commit
6ae08b4b8c
1 changed files with 0 additions and 6 deletions
|
|
@ -1263,12 +1263,6 @@ with haskellLib;
|
|||
# The test suite runs for 20+ minutes on a very fast machine, which feels kinda disproportionate.
|
||||
prettyprinter = dontCheck super.prettyprinter;
|
||||
|
||||
hpc-codecov = overrideCabal (drv: {
|
||||
# Work around test suite race condition due to tasty >= 1.5.4
|
||||
# https://github.com/8c6794b6/hpc-codecov/issues/52
|
||||
testFlags = drv.testFlags or [ ] ++ [ "-j1" ];
|
||||
}) super.hpc-codecov;
|
||||
|
||||
# sexpr is old, broken and has no issue-tracker. Let's fix it the best we can.
|
||||
sexpr = appendPatch ./patches/sexpr-0.2.1.patch (
|
||||
overrideCabal (drv: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue