haskell-shelly: disable test suite to fix the build
This commit is contained in:
parent
44513ae025
commit
74bc5a2240
@ -894,4 +894,8 @@ self: super: {
|
||||
|
||||
# https://ghc.haskell.org/trac/ghc/ticket/9825
|
||||
vimus = overrideCabal super.vimus (drv: { broken = pkgs.stdenv.isLinux && pkgs.stdenv.isi686; });
|
||||
|
||||
# https://github.com/yesodweb/Shelly.hs/issues/105
|
||||
shelly = dontCheck super.shelly;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user