mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x.
This commit is contained in:
parent
29114ce8a1
commit
eb860e488a
@ -1026,4 +1026,8 @@ self: super: {
|
||||
# https://github.com/pxqr/base32-bytestring/issues/4
|
||||
base32-bytestring = dontCheck super.base32-bytestring;
|
||||
|
||||
# Broken by HUnit 1.3.x
|
||||
ListLike = dontCheck super.ListLike;
|
||||
yesod-static = dontCheck super.yesod-static;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user