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