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

9 lines
220 B
Nix

{ kdeFramework, lib, ecm, kcoreaddons, ki18n }:
kdeFramework {
name = "kpty";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ kcoreaddons ki18n ];
}