mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
haskell-webwebsockets: disable spuriously failing test suite
This commit is contained in:
parent
14cf76bb84
commit
820c87af1f
@ -841,4 +841,7 @@ self: super: {
|
||||
# https://github.com/ekmett/semigroupoids/issues/35
|
||||
semigroupoids = disableCabalFlag super.semigroupoids "doctests";
|
||||
|
||||
# https://github.com/jaspervdj/websockets/issues/104
|
||||
websockets = dontCheck super.websockets;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user