2020-04-24 23:36:52 +00:00
|
|
|
{
|
2021-04-26 19:14:03 +00:00
|
|
|
mkDerivation,
|
2020-04-24 23:36:52 +00:00
|
|
|
extra-cmake-modules,
|
2022-10-21 18:38:19 +00:00
|
|
|
qtbase, qtx11extras,
|
2022-12-17 10:02:37 +00:00
|
|
|
wayland, wayland-protocols, plasma-wayland-protocols
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2022-04-15 01:41:22 +00:00
|
|
|
pname = "kidletime";
|
2020-04-24 23:36:52 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2022-12-17 10:02:37 +00:00
|
|
|
buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
|
2020-04-24 23:36:52 +00:00
|
|
|
propagatedBuildInputs = [ qtbase ];
|
|
|
|
}
|