summary refs log tree commit diff
path: root/pkgs/applications/kde/filelight.nix
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 /pkgs/applications/kde/filelight.nix
parent18807a930a130888fb376a5f45ce284f025fbe74 (diff)
downloadnixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar.gz
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar.bz2
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar.lz
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar.xz
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.tar.zst
nixpkgs-2a19def3d4e394157fff36eaf033a37204807758.zip
filelight: broken with Qt < 5.13
Diffstat (limited to 'pkgs/applications/kde/filelight.nix')
-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 1aeff531862..95a89b01b8c 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 = [