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

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