2015-09-29 23:58:59 +02:00
|
|
|
{ plasmaPackage
|
2015-09-27 17:03:00 +02:00
|
|
|
, extra-cmake-modules
|
|
|
|
, libXrandr
|
|
|
|
, qtx11extras
|
|
|
|
}:
|
|
|
|
|
2015-09-29 23:58:59 +02:00
|
|
|
plasmaPackage {
|
2015-09-27 17:03:00 +02:00
|
|
|
name = "libkscreen";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
extra-cmake-modules
|
|
|
|
];
|
|
|
|
buildInputs = [
|
|
|
|
libXrandr
|
2015-10-10 18:50:36 +02:00
|
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
2015-09-27 17:03:00 +02:00
|
|
|
qtx11extras
|
|
|
|
];
|
|
|
|
}
|