summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/libkscreen.nix
blob: 838ab6ef0e5c309fdc6f2fceb1cf25d350ac01e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ plasmaPackage
, ecm
, kwayland, libXrandr
, qtx11extras
}:

plasmaPackage {
  name = "libkscreen";
  nativeBuildInputs = [
    ecm
  ];
  propagatedBuildInputs = [
    kwayland libXrandr qtx11extras
  ];
}