haskell-shake: disable test suite because of https://github.com/ndmitchell/shake/issues/267

+2 -1
+2 -1
pkgs/development/haskell-modules/configuration-common.nix
··· 792 792 HGamer3D-Data = markBroken super.HGamer3D-Data; 793 793 794 794 # https://github.com/ndmitchell/shake/issues/206 795 - shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; }); 795 + # https://github.com/ndmitchell/shake/issues/267 796 + shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; }); 796 797 797 798 # https://github.com/nushio3/doctest-prop/issues/1 798 799 doctest-prop = dontCheck super.doctest-prop;