haskell-c2hs fails its test suite on Linux/i686
This commit is contained in:
parent
aa8b539611
commit
81082affeb
1 changed files with 3 additions and 0 deletions
|
@ -529,6 +529,9 @@ self: super: {
|
|||
# https://github.com/vincenthz/hs-asn1/issues/12
|
||||
asn1-encoding = dontCheck super.asn1-encoding;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/6343
|
||||
c2hs = dontCheck super.c2hs;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue