2017-02-26 13:49:15 +01:00
|
|
|
{ kdeFramework, lib, extra-cmake-modules, kcoreaddons, ki18n }:
|
2016-04-21 17:32:21 +02:00
|
|
|
|
|
|
|
kdeFramework {
|
|
|
|
name = "kpty";
|
2016-04-28 18:00:04 +02:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 13:49:15 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-21 17:32:21 +02:00
|
|
|
propagatedBuildInputs = [ kcoreaddons ki18n ];
|
|
|
|
}
|