Merge pull request #145831 from veprbl/pr/qtwebengine_mark_broken

qt51{4,5}.qtwebengine: mark as broken on darwin
This commit is contained in:
Dmitry Kalinkin 2021-11-13 20:46:04 -05:00 committed by GitHub
commit 251c375aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
}