nixpkgs/pkgs/desktops/kde-5/frameworks-5.21/kpty.nix
2016-04-30 12:20:29 -05:00

9 lines
252 B
Nix

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