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