summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-05 12:01:34 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-12 16:05:46 -0600
commit821cf25911fc891dfbe22645d8d0b98d08b8cc8f (patch)
tree30ddc96f619e7cf4a767451e73292035c864d32c /pkgs/applications/kde
parenta5838aa233e9d783e816baf71df7d374956336bf (diff)
elisa: broken with Qt < 5.15
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/elisa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/elisa.nix b/pkgs/applications/kde/elisa.nix
index 9a51aa786fac..5a77cfec2f5a 100644
--- a/pkgs/applications/kde/elisa.nix
+++ b/pkgs/applications/kde/elisa.nix
@@ -43,6 +43,6 @@ mkDerivation rec {
description = "A simple media player for KDE";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
- broken = lib.versionOlder qtbase.version "5.14";
+ broken = lib.versionOlder qtbase.version "5.15";
};
}