mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
haskell-email-validate: disable test suite to fix the build
Reported in https://github.com/Porges/email-validate-hs/issues/12.
This commit is contained in:
parent
c65e48ca96
commit
535cbdbf73
|
@ -811,4 +811,7 @@ self: super: {
|
|||
# https://github.com/adamwalker/sdr/issues/1
|
||||
sdr = dontCheck super.sdr;
|
||||
|
||||
# https://github.com/Porges/email-validate-hs/issues/12
|
||||
email-validate = dontCheck super.email-validate;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue