2016-04-21 09:01:22 -07:00
|
|
|
{ plasmaPackage
|
2017-02-26 04:49:15 -08:00
|
|
|
, extra-cmake-modules
|
2016-04-21 12:36:56 -07:00
|
|
|
, kwayland, libXrandr
|
2016-04-21 09:01:22 -07:00
|
|
|
, qtx11extras
|
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "libkscreen";
|
|
|
|
nativeBuildInputs = [
|
2017-02-26 04:49:15 -08:00
|
|
|
extra-cmake-modules
|
2016-04-21 09:01:22 -07:00
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
2016-04-28 10:57:28 -07:00
|
|
|
kwayland libXrandr qtx11extras
|
2016-04-21 09:01:22 -07:00
|
|
|
];
|
|
|
|
}
|