summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-02-20 08:16:02 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-02-20 08:16:02 -0600
commit101023293cbabb2fac24f93d5863063b435829e3 (patch)
treedab0b17959ab6054fe0bbf47d19ccdba222da8c8 /pkgs/development/libraries/kde-frameworks
parent7ee37e4c15714588118cf1d6c73bde60d845d335 (diff)
downloadnixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar.gz
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar.bz2
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar.lz
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar.xz
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.tar.zst
nixpkgs-101023293cbabb2fac24f93d5863063b435829e3.zip
attica: broken with Qt < 5.14
Diffstat (limited to 'pkgs/development/libraries/kde-frameworks')
-rw-r--r--pkgs/development/libraries/kde-frameworks/attica.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/attica.nix b/pkgs/development/libraries/kde-frameworks/attica.nix
index 0766a589a2e..4cb2e8e958a 100644
--- a/pkgs/development/libraries/kde-frameworks/attica.nix
+++ b/pkgs/development/libraries/kde-frameworks/attica.nix
@@ -4,7 +4,7 @@ mkDerivation {
   name = "attica";
   meta = {
     maintainers = [ lib.maintainers.ttuegel ];
-    broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
+    broken = builtins.compareVersions qtbase.version "5.14.0" < 0;
   };
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [ qtbase ];