mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
haskell-shake: disable test suite on Darwin
The tests fail because of https://github.com/ndmitchell/shake/issues/206.
This commit is contained in:
parent
effd525c55
commit
066d6146fc
@ -782,4 +782,7 @@ self: super: {
|
||||
HGamer3D-Common = dontDistribute super.HGamer3D-Common;
|
||||
HGamer3D-Data = markBroken super.HGamer3D-Data;
|
||||
|
||||
# https://github.com/ndmitchell/shake/issues/206
|
||||
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin; });
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user