forked from mirrors/nixpkgs
haskell-tls: disable test suite to fix the build
This commit is contained in:
parent
86db6789ef
commit
3b06dbf63c
|
@ -150,6 +150,9 @@ self: super: {
|
|||
# Upstream notified by e-mail.
|
||||
permutation = dontCheck super.permutation;
|
||||
|
||||
# https://github.com/vincenthz/hs-tls/issues/102
|
||||
tls = dontCheck super.tls;
|
||||
|
||||
# https://github.com/jputcu/serialport/issues/25
|
||||
serialport = dontCheck super.serialport;
|
||||
|
||||
|
|
Loading…
Reference in a new issue