nixpkgs/pkgs/desktops/plasma-5/libkscreen.nix

16 lines
240 B
Nix
Raw Normal View History

2016-04-21 18:01:22 +02:00
{ plasmaPackage
, 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 = [
extra-cmake-modules
2016-04-21 18:01:22 +02:00
];
propagatedBuildInputs = [
kwayland libXrandr qtx11extras
2016-04-21 18:01:22 +02:00
];
}