2017-05-22 19:49:07 +01:00
|
|
|
{
|
|
|
|
mkDerivation, lib, copyPathsToStore,
|
|
|
|
extra-cmake-modules, perl,
|
|
|
|
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
|
|
|
qtscript, qtxmlpatterns, sonnet, syntax-highlighting
|
2016-04-21 16:32:21 +01:00
|
|
|
}:
|
|
|
|
|
2017-05-15 18:05:35 +01:00
|
|
|
mkDerivation {
|
2016-04-21 16:32:21 +01:00
|
|
|
name = "ktexteditor";
|
2016-04-28 17:02:33 +01:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules perl ];
|
2017-05-22 19:49:07 +01:00
|
|
|
buildInputs = [
|
|
|
|
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
|
2016-12-13 23:53:43 +00:00
|
|
|
qtxmlpatterns sonnet syntax-highlighting
|
2016-04-21 16:32:21 +01:00
|
|
|
];
|
2017-05-22 19:49:07 +01:00
|
|
|
propagatedBuildInputs = [ kparts ];
|
2016-04-21 16:32:21 +01:00
|
|
|
}
|