qsyncthingtray: Mark broken on master

This commit is contained in:
Sandro Jäckel 2021-02-04 22:55:35 +01:00
parent 0c9db04497
commit 3a325159c5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -67,6 +67,6 @@ mkDerivation rec {
# 0.5.7 segfaults when opening the main panel with qt 5.7 and fails to compile with qt 5.8
# but qt > 5.6 works when only using the native browser
# https://github.com/sieren/QSyncthingTray/issues/223
broken = (builtins.compareVersions qtbase.version "5.7.0" >= 0 && !preferNative);
broken = (builtins.compareVersions qtbase.version "5.7.0" >= 0 && !preferNative) || stdenv.isDarwin;
};
}