2020-04-24 23:36:52 +00:00
|
|
|
{
|
2021-04-26 19:14:03 +00:00
|
|
|
mkDerivation, propagateBin,
|
2020-04-24 23:36:52 +00:00
|
|
|
extra-cmake-modules,
|
2020-09-25 04:45:31 +00:00
|
|
|
plasma-wayland-protocols, qtbase, wayland, wayland-protocols
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2022-04-15 01:41:22 +00:00
|
|
|
pname = "kwayland";
|
2020-04-24 23:36:52 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2020-09-25 04:45:31 +00:00
|
|
|
buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ];
|
2020-04-24 23:36:52 +00:00
|
|
|
propagatedBuildInputs = [ qtbase ];
|
|
|
|
setupHook = propagateBin; # XDG_CONFIG_DIRS
|
|
|
|
}
|