mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskell-serversession: disable failing test suite
This commit is contained in:
parent
19c5b0a8cd
commit
614769a9ed
|
@ -873,4 +873,7 @@ self: super: {
|
|||
# Doesn't work with recent versions of mtl.
|
||||
cron-compat = markBroken super.cron-compat;
|
||||
|
||||
# https://github.com/yesodweb/serversession/issues/1
|
||||
serversession = dontCheck super.serversession;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue