mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-store: disable spuriously failing test suite
This commit is contained in:
parent
539e9fc80c
commit
8b5c1190d6
1 changed files with 3 additions and 0 deletions
|
@ -1014,4 +1014,7 @@ self: super: {
|
|||
# https://github.com/pontarius/pontarius-xmpp/issues/105
|
||||
pontarius-xmpp = dontCheck super.pontarius-xmpp;
|
||||
|
||||
# https://github.com/fpco/store/issues/77
|
||||
store = dontCheck super.store;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue