about summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kpty.nix
blob: d42f96fb92c5a58922ce1cd7f2c9384f0f7c37f7 (plain) (blame)
1
2
3
4
5
6
7
8
{ kdeFramework, lib, ecm, kcoreaddons, ki18n }:

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