haskell-shake: disable test suite because of https://github.com/ndmitchell/shake/issues/267
This commit is contained in:
parent
ddcdeaf2c1
commit
56b293231b
1 changed files with 2 additions and 1 deletions
|
@ -792,7 +792,8 @@ self: super: {
|
|||
HGamer3D-Data = markBroken super.HGamer3D-Data;
|
||||
|
||||
# https://github.com/ndmitchell/shake/issues/206
|
||||
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; });
|
||||
# https://github.com/ndmitchell/shake/issues/267
|
||||
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });
|
||||
|
||||
# https://github.com/nushio3/doctest-prop/issues/1
|
||||
doctest-prop = dontCheck super.doctest-prop;
|
||||
|
|
Loading…
Reference in a new issue