9 lines
220 B
Nix
9 lines
220 B
Nix
{ kdeFramework, lib, ecm, kcoreaddons, ki18n }:
|
|
|
|
kdeFramework {
|
|
name = "kpty";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
propagatedBuildInputs = [ kcoreaddons ki18n ];
|
|
}
|