1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
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 ];
}