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