Merge pull request #145831 from veprbl/pr/qtwebengine_mark_broken
qt51{4,5}.qtwebengine: mark as broken on darwin
This commit is contained in:
commit
251c375aa0
1 changed files with 1 additions and 0 deletions
|
@ -239,5 +239,6 @@ qtModule {
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
# This build takes a long time; particularly on slow architectures
|
# This build takes a long time; particularly on slow architectures
|
||||||
timeout = 24 * 3600;
|
timeout = 24 * 3600;
|
||||||
|
broken = stdenv.isDarwin && (lib.versionAtLeast qtCompatVersion "5.14"); # requires a newer SDK
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue