nixpkgs/pkgs/development/libraries/kde-frameworks/kcompletion.nix
2016-07-30 09:36:52 -05:00

9 lines
237 B
Nix

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