qt51{4,5}.qtwebengine: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2021-11-13 20:14:18 -05:00
parent 899f2d8b7f
commit b507efd2bc
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -239,5 +239,6 @@ qtModule {
platforms = platforms.unix;
# This build takes a long time; particularly on slow architectures
timeout = 24 * 3600;
broken = stdenv.isDarwin && (lib.versionAtLeast qtCompatVersion "5.14"); # requires a newer SDK
};
}