1
0
Fork 1
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:
Peter Simons 2015-05-09 12:18:04 +02:00 committed by Domen Kožar
parent c65e48ca96
commit 535cbdbf73

View file

@ -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;
}