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

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