kidletime: add new Wayland deps

This commit is contained in:
K900 2022-10-12 11:30:41 +03:00
parent 1a805a718d
commit 6c2e5077f2

View file

@ -1,12 +1,13 @@
{
mkDerivation,
extra-cmake-modules,
qtbase, qtx11extras
qtbase, qtx11extras,
wayland, plasma-wayland-protocols
}:
mkDerivation {
pname = "kidletime";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtx11extras ];
buildInputs = [ qtx11extras wayland plasma-wayland-protocols ];
propagatedBuildInputs = [ qtbase ];
}