about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/sddm-kcm.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-05 14:54:31 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-12 16:06:39 -0600
commit9ff903326d9fdf0b0f7dc583db0f7e085661d50b (patch)
treec1e2b8210152bceb58edbc85b26cd2b44a8e5619 /pkgs/desktops/plasma-5/sddm-kcm.nix
parent74969101c087508679860d842624f30f279939ad (diff)
sddm-kcm: broken with Qt < 5.15
Diffstat (limited to 'pkgs/desktops/plasma-5/sddm-kcm.nix')
-rw-r--r--pkgs/desktops/plasma-5/sddm-kcm.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/sddm-kcm.nix b/pkgs/desktops/plasma-5/sddm-kcm.nix
index 6becf3bf420b7..a9f51e50a2682 100644
--- a/pkgs/desktops/plasma-5/sddm-kcm.nix
+++ b/pkgs/desktops/plasma-5/sddm-kcm.nix
@@ -1,12 +1,13 @@
 {
-  mkDerivation, extra-cmake-modules, shared-mime-info,
+  mkDerivation, lib, extra-cmake-modules, shared-mime-info,
   libpthreadstubs, libXcursor, libXdmcp,
-  qtquickcontrols2, qtx11extras,
+  qtbase, qtquickcontrols2, qtx11extras,
   karchive, ki18n, kio, knewstuff
 }:
 
 mkDerivation {
   name = "sddm-kcm";
+  meta.broken = lib.versionOlder qtbase.version "5.15.0";
   nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
   buildInputs = [
     libpthreadstubs libXcursor libXdmcp