qt51{4,5}.qtwebengine: mark as broken on darwin
This commit is contained in:
parent
899f2d8b7f
commit
b507efd2bc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue