summary refs log tree commit diff
path: root/pkgs/applications/kde/kdebugsettings.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-31 10:20:24 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-02-04 14:52:02 -0600
commitfc27c096aae55cd4cad97893f1e7c71907c04683 (patch)
tree569a6f19be5c83b0afca0fd278730f9ad0b39885 /pkgs/applications/kde/kdebugsettings.nix
parentff7b81e870f1e44fedef9016ab4982a8e2588971 (diff)
downloadnixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar.gz
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar.bz2
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar.lz
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar.xz
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.tar.zst
nixpkgs-fc27c096aae55cd4cad97893f1e7c71907c04683.zip
kdebugsettings: broken with Qt < 5.13
Diffstat (limited to 'pkgs/applications/kde/kdebugsettings.nix')
-rw-r--r--pkgs/applications/kde/kdebugsettings.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdebugsettings.nix b/pkgs/applications/kde/kdebugsettings.nix
index f4dd7ec145d..0287830485e 100644
--- a/pkgs/applications/kde/kdebugsettings.nix
+++ b/pkgs/applications/kde/kdebugsettings.nix
@@ -3,7 +3,7 @@
   extra-cmake-modules, kdoctools,
   gettext,
   kcoreaddons, kconfig, kdbusaddons, kwidgetsaddons, kitemviews, kcompletion,
-  python
+  qtbase, python
 }:
 
 mkDerivation {
@@ -11,6 +11,7 @@ mkDerivation {
   meta = {
     license = with lib.licenses; [ gpl2 ];
     maintainers = [ lib.maintainers.rittelle ];
+    broken = lib.versionOlder qtbase.version "5.13";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [