···207 fromSource
208 binaryNativeCode # mono, gecko
209 ];
0210 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";
211 platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
212 maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira reckenrode ];
···207 fromSource
208 binaryNativeCode # mono, gecko
209 ];
210+ broken = stdenv.isDarwin && !supportFlags.mingwSupport;
211 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";
212 platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
213 maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira reckenrode ];