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

plasmaPackage {
  name = "libkscreen";
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  propagatedBuildInputs = [
    kwayland libXrandr qtx11extras
  ];
}