2017-02-28 13:41:58 +00:00
|
|
|
{
|
2021-04-03 11:58:22 +01:00
|
|
|
mkDerivation, propagateBin,
|
2017-02-28 13:41:58 +00:00
|
|
|
extra-cmake-modules,
|
2020-08-21 06:16:50 +01:00
|
|
|
plasma-wayland-protocols, qtbase, wayland, wayland-protocols
|
2016-07-10 10:36:14 +01:00
|
|
|
}:
|
|
|
|
|
2017-05-15 18:05:35 +01:00
|
|
|
mkDerivation {
|
2022-02-23 17:28:27 +00:00
|
|
|
pname = "kwayland";
|
2017-02-28 13:41:58 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2020-08-21 06:16:50 +01:00
|
|
|
buildInputs = [ plasma-wayland-protocols wayland wayland-protocols ];
|
2017-05-22 19:49:07 +01:00
|
|
|
propagatedBuildInputs = [ qtbase ];
|
|
|
|
setupHook = propagateBin; # XDG_CONFIG_DIRS
|
2016-07-10 10:36:14 +01:00
|
|
|
}
|