mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
qsyncthingtray: Mark broken on master
This commit is contained in:
parent
0c9db04497
commit
3a325159c5
@ -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
|
# 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
|
# but qt > 5.6 works when only using the native browser
|
||||||
# https://github.com/sieren/QSyncthingTray/issues/223
|
# 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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user