haskell-shelly: disable test suite to fix the build

This commit is contained in:
Peter Simons 2015-07-22 19:43:01 +02:00
parent 44513ae025
commit 74bc5a2240

View file

@ -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;
}