2017-05-22 11:49:07 -07:00
|
|
|
{
|
|
|
|
mkDerivation, lib, copyPathsToStore,
|
|
|
|
extra-cmake-modules, perl,
|
|
|
|
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
|
|
|
qtscript, qtxmlpatterns, sonnet, syntax-highlighting
|
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";
|
2016-04-28 09:02:33 -07:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
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
|
2016-12-13 15:53:43 -08:00
|
|
|
qtxmlpatterns sonnet syntax-highlighting
|
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
|
|
|
}
|