2017-05-22 11:49:07 -07:00
|
|
|
{
|
2021-04-03 03:58:22 -07:00
|
|
|
mkDerivation,
|
2017-05-22 11:49:07 -07:00
|
|
|
extra-cmake-modules, perl,
|
|
|
|
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
2019-08-06 13:26:23 -07:00
|
|
|
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols,
|
|
|
|
editorconfig-core-c
|
2016-04-21 08:32:21 -07:00
|
|
|
}:
|
|
|
|
|
2017-05-15 10:05:35 -07:00
|
|
|
mkDerivation {
|
2016-04-21 08:32:21 -07:00
|
|
|
name = "ktexteditor";
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules perl ];
|
2017-05-22 11:49:07 -07:00
|
|
|
buildInputs = [
|
|
|
|
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
|
2017-09-14 04:11:24 -07:00
|
|
|
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
2019-08-06 13:26:23 -07:00
|
|
|
editorconfig-core-c
|
2016-04-21 08:32:21 -07:00
|
|
|
];
|
2017-05-22 11:49:07 -07:00
|
|
|
propagatedBuildInputs = [ kparts ];
|
2016-04-21 08:32:21 -07:00
|
|
|
}
|