about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-02-01 10:43:54 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-02-05 05:27:01 -0600
commit2a19def3d4e394157fff36eaf033a37204807758 (patch)
tree1bd69835b8a88f16bd627369ac15d1d08cc07441
parent18807a930a130888fb376a5f45ce284f025fbe74 (diff)
filelight: broken with Qt < 5.13
-rw-r--r--pkgs/applications/kde/filelight.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/kde/filelight.nix b/pkgs/applications/kde/filelight.nix
index 1aeff531862fa..95a89b01b8cd1 100644
--- a/pkgs/applications/kde/filelight.nix
+++ b/pkgs/applications/kde/filelight.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation, lib,
   extra-cmake-modules, kdoctools,
-  kio, kparts, kxmlgui, qtscript, solid
+  kio, kparts, kxmlgui, qtbase, qtscript, solid
 }:
 
 mkDerivation {
@@ -9,6 +9,7 @@ mkDerivation {
   meta = {
     license = with lib.licenses; [ gpl2 ];
     maintainers = with lib.maintainers; [ fridh vcunat ];
+    broken = lib.versionOlder qtbase.version "5.13";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   propagatedBuildInputs = [