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

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