about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.22/kwindowsystem.nix
blob: 6acab52d1353af77f8aa0c54d8197b24cf6a11ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ kdeFramework, lib
, extra-cmake-modules
, qtx11extras
}:

kdeFramework {
  name = "kwindowsystem";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ qtx11extras ];
}