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

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