2017-05-22 21:49:07 +03:00
|
|
|
{
|
2017-10-22 07:31:26 +03:00
|
|
|
mkDerivation, lib, copyPathsToStore, fetchpatch,
|
2017-05-22 21:49:07 +03:00
|
|
|
extra-cmake-modules, perl,
|
|
|
|
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
2017-09-14 14:11:24 +03:00
|
|
|
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols
|
2016-04-21 18:32:21 +03:00
|
|
|
}:
|
|
|
|
|
2017-05-15 20:05:35 +03:00
|
|
|
mkDerivation {
|
2016-04-21 18:32:21 +03:00
|
|
|
name = "ktexteditor";
|
2016-04-28 19:02:33 +03:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 15:49:15 +03:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules perl ];
|
2017-05-22 21:49:07 +03:00
|
|
|
buildInputs = [
|
|
|
|
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
|
2017-09-14 14:11:24 +03:00
|
|
|
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
2016-04-21 18:32:21 +03:00
|
|
|
];
|
2017-05-22 21:49:07 +03:00
|
|
|
propagatedBuildInputs = [ kparts ];
|
2016-04-21 18:32:21 +03:00
|
|
|
}
|