From e25665591b66038c668418c58eaf2810d8f1c90e Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 12 May 2017 16:45:27 +0800 Subject: qsyncthingtray: build with qt 5.6 --- pkgs/applications/misc/qsyncthingtray/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/misc/qsyncthingtray') diff --git a/pkgs/applications/misc/qsyncthingtray/default.nix b/pkgs/applications/misc/qsyncthingtray/default.nix index c314a226b26bb..d6aea74d9972c 100644 --- a/pkgs/applications/misc/qsyncthingtray/default.nix +++ b/pkgs/applications/misc/qsyncthingtray/default.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { license = licenses.lgpl3; maintainers = with maintainers; [ zraexy peterhoeg ]; platforms = platforms.all; - # 0.5.7 segfaults when opening the main panel with qt 5.7 but qt 5.8 is OK - broken = builtins.compareVersions qtbase.version "5.7.0" == 0; + # 0.5.7 segfaults when opening the main panel with qt 5.7 and fails to compile with qt 5.8 + broken = builtins.compareVersions qtbase.version "5.7.0" >= 0; }; } -- cgit 1.4.1