···207207 fromSource
208208 binaryNativeCode # mono, gecko
209209 ];
210210+ broken = stdenv.isDarwin && !supportFlags.mingwSupport;
210211 description = if supportFlags.waylandSupport then "An Open Source implementation of the Windows API on top of OpenGL and Unix (with experimental Wayland support)" else "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
211212 platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
212213 maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira reckenrode ];