summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks-5.19/kwindowsystem.nix
blob: 09ab1f2200de3c075790743801c862beee70b719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kdeFramework, lib
, extra-cmake-modules
, qtx11extras
}:

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