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

kdeFramework {
  name = "kcompletion";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ kconfig kwidgetsaddons ];
}