2024-09-19 14:19:46 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules, wayland-scanner
|
|
|
|
, qtbase, qtx11extras
|
|
|
|
, 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";
|
2024-09-19 14:19:46 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
|
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 ];
|
|
|
|
}
|