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

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