about summary refs log tree commit diff
path: root/pkgs/applications/misc/xca
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-04-28 08:32:24 +0800
committerPeter Hoeg <peter@hoeg.com>2017-04-28 08:33:59 +0800
commit3e06c96f507e4cf458fb07a529a1c6e7741c0dd5 (patch)
tree4b04a0de7bf86aa6ff53daff84b964bd2f40dcea /pkgs/applications/misc/xca
parent2282a5774cd80567644a44d31585bf965a55f9ec (diff)
xca: now works with qt 5.8
Diffstat (limited to 'pkgs/applications/misc/xca')
-rw-r--r--pkgs/applications/misc/xca/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/xca/default.nix b/pkgs/applications/misc/xca/default.nix
index 60af439e94bbc..09da875e23603 100644
--- a/pkgs/applications/misc/xca/default.nix
+++ b/pkgs/applications/misc/xca/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     sha256 = "1r2w9gpahjv221j963bd4vn0gj4cxmb9j42f3cd9qdn890hizw84";
   };
 
-  enableParallelBuilding = false;
+  enableParallelBuilding = true;
 
   buildInputs = [ libtool openssl qtbase qttools ];
 
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
     platforms = platforms.all;
     license = licenses.bsd3;
     maintainers = with maintainers; [ offline peterhoeg ];
-    broken = builtins.compareVersions qtbase.version "5.7.0" >= 0;
+    broken = builtins.compareVersions qtbase.version "5.7.0" == 0;
   };
 }