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

8 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 ];
}