about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kscreenlocker.nix
diff options
context:
space:
mode:
authorYaroslav Bolyukin <iam@lach.pw>2021-06-18 21:34:08 +0300
committerRaphael Megzari <raphael@megzari.com>2021-08-05 17:01:19 +0900
commitb0fb5a4d99a953c9900f018405a4e08bf4d0dad7 (patch)
tree442f7c554421e53affb931d2f1ed286c968e0033 /pkgs/desktops/plasma-5/kscreenlocker.nix
parent96e567cbfebf9f9cb863fd83f155d604586e0186 (diff)
kscreenlocker: add layer-shell-qt dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
Diffstat (limited to 'pkgs/desktops/plasma-5/kscreenlocker.nix')
-rw-r--r--pkgs/desktops/plasma-5/kscreenlocker.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/kscreenlocker.nix b/pkgs/desktops/plasma-5/kscreenlocker.nix
index f9b8bb5cfc1db..e6c70f8e8cc2a 100644
--- a/pkgs/desktops/plasma-5/kscreenlocker.nix
+++ b/pkgs/desktops/plasma-5/kscreenlocker.nix
@@ -3,7 +3,7 @@
   extra-cmake-modules, kdoctools,
   kcmutils, kcrash, kdeclarative, kglobalaccel, kidletime,
   kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras,
-  wayland,
+  wayland, layer-shell-qt,
 }:
 
 mkDerivation {
@@ -12,6 +12,7 @@ mkDerivation {
   buildInputs = [
     kcmutils kcrash kdeclarative kglobalaccel kidletime kwayland
     libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
+    layer-shell-qt
   ];
   outputs = [ "out" "dev" ];
 }