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

kdeFramework {
  name = "kwidgetsaddons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
}