2016-07-10 10:36:14 +01:00
|
|
|
{ kdeFramework
|
2017-02-26 12:49:15 +00:00
|
|
|
, extra-cmake-modules
|
|
|
|
, qtbase, wayland
|
2016-07-10 10:36:14 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kwayland";
|
|
|
|
nativeBuildInputs = [
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules
|
2016-07-10 10:36:14 +01:00
|
|
|
];
|
2017-02-26 12:49:15 +00:00
|
|
|
buildInputs = [ qtbase ];
|
2016-07-10 10:36:14 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
wayland
|
|
|
|
];
|
|
|
|
}
|