2016-07-16 21:01:49 +01:00
|
|
|
{
|
2016-07-30 23:29:25 +01:00
|
|
|
kdeApp, lib, kdeWrapper,
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules, kdoctools,
|
2016-08-01 21:33:31 +01:00
|
|
|
kactivities, kconfig, kcrash, kdbusaddons, kguiaddons, kiconthemes, ki18n,
|
|
|
|
kinit, kio, kitemmodels, kjobwidgets, knewstuff, knotifications, konsole,
|
|
|
|
kparts, ktexteditor, kwindowsystem, kwallet, kxmlgui, libgit2,
|
|
|
|
plasma-framework, qtscript, threadweaver
|
2016-04-21 17:00:51 +01:00
|
|
|
}:
|
|
|
|
|
2016-07-30 23:29:25 +01:00
|
|
|
let
|
|
|
|
unwrapped =
|
|
|
|
kdeApp {
|
|
|
|
name = "kate";
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl3 lgpl3 lgpl2 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
2016-07-30 23:29:25 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kactivities ki18n kio ktexteditor kwindowsystem plasma-framework
|
|
|
|
qtscript kconfig kcrash kguiaddons kiconthemes kinit kjobwidgets kparts
|
|
|
|
kxmlgui kdbusaddons kwallet kitemmodels knotifications threadweaver
|
|
|
|
knewstuff libgit2
|
|
|
|
];
|
|
|
|
};
|
|
|
|
in
|
2017-01-02 23:33:15 +00:00
|
|
|
kdeWrapper
|
2016-08-01 21:33:31 +01:00
|
|
|
{
|
2017-01-02 23:33:15 +00:00
|
|
|
inherit unwrapped;
|
2016-08-01 21:33:31 +01:00
|
|
|
targets = [ "bin/kate" "bin/kwrite" ];
|
|
|
|
paths = [ konsole.unwrapped ];
|
|
|
|
}
|