kdeFrameworks.ktexteditor: compile with editorconfig-core-c

Add one small dependency to ktexteditor to make it
support the .editorconfig configuration format.
This commit is contained in:
Xavier Vello 2019-08-06 22:26:23 +02:00 committed by worldofpeace
parent 60dc4c1534
commit 2780e0b6cb

View File

@ -2,7 +2,8 @@
mkDerivation, lib,
extra-cmake-modules, perl,
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols,
editorconfig-core-c
}:
mkDerivation {
@ -12,6 +13,7 @@ mkDerivation {
buildInputs = [
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
editorconfig-core-c
];
propagatedBuildInputs = [ kparts ];
}