nixpkgs/pkgs/desktops/kde-5/frameworks-5.22/kcompletion.nix
2016-05-15 18:19:12 -05:00

13 lines
272 B
Nix

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