2017-05-15 17:05:35 +00:00
|
|
|
{
|
2021-04-03 10:58:22 +00:00
|
|
|
mkDerivation,
|
2017-05-15 17:05:35 +00:00
|
|
|
extra-cmake-modules,
|
2022-10-12 08:30:41 +00:00
|
|
|
qtbase, qtx11extras,
|
2022-12-14 07:12:17 +00:00
|
|
|
wayland, wayland-protocols, plasma-wayland-protocols
|
2016-04-21 15:32:21 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-15 17:05:35 +00:00
|
|
|
mkDerivation {
|
2022-02-23 17:28:27 +00:00
|
|
|
pname = "kidletime";
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2022-12-14 07:12:17 +00:00
|
|
|
buildInputs = [ qtx11extras wayland wayland-protocols plasma-wayland-protocols ];
|
2017-05-22 18:49:07 +00:00
|
|
|
propagatedBuildInputs = [ qtbase ];
|
2016-04-21 15:32:21 +00:00
|
|
|
}
|