summary refs log tree commit diff
path: root/pkgs/applications/misc/qsyncthingtray
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-05-12 16:45:27 +0800
committerPeter Hoeg <peter@hoeg.com>2017-05-12 16:45:43 +0800
commite25665591b66038c668418c58eaf2810d8f1c90e (patch)
tree7cea870a8b6fa9ecba3bdfe086f6221d240caec9 /pkgs/applications/misc/qsyncthingtray
parent4f51a1ef3295d6a71382597bd6a486643d76f95f (diff)
downloadnixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar.gz
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar.bz2
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar.lz
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar.xz
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.tar.zst
nixpkgs-e25665591b66038c668418c58eaf2810d8f1c90e.zip
qsyncthingtray: build with qt 5.6
Diffstat (limited to 'pkgs/applications/misc/qsyncthingtray')
-rw-r--r--pkgs/applications/misc/qsyncthingtray/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/qsyncthingtray/default.nix b/pkgs/applications/misc/qsyncthingtray/default.nix
index c314a226b26..d6aea74d997 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;
   };
 }