mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskellPackages.spdx: fix build
We disable tests which depend on old tasty (< 0.12).
This commit is contained in:
parent
1fa341fcc4
commit
a1e8bd39a5
1 changed files with 4 additions and 0 deletions
|
@ -1015,4 +1015,8 @@ self: super: {
|
|||
# https://github.com/haskell-hvr/resolv/issues/1
|
||||
resolv = dontCheck super.resolv;
|
||||
|
||||
# spdx 0.2.2.0 needs older tasty
|
||||
# was fixed in spdx master (4288df6e4b7840eb94d825dcd446b42fef25ef56)
|
||||
spdx = dontCheck super.spdx;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue