From f7fd8a6f73aa58307c178c8b3141abf2af92d6e0 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Mon, 13 Mar 2017 11:46:08 +0800 Subject: [PATCH] xca: broken on qt 5.7 --- pkgs/applications/misc/xca/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/xca/default.nix b/pkgs/applications/misc/xca/default.nix index 30d38183c8f2..60af439e94bb 100644 --- a/pkgs/applications/misc/xca/default.nix +++ b/pkgs/applications/misc/xca/default.nix @@ -37,5 +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; }; }