mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
kscreenlocker: add layer-shell-qt dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
96e567cbfe
commit
b0fb5a4d99
@ -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" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user