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

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