Merge pull request #66231 from xvello/xvello/ktexteditor-editorconfig

kdeFrameworks.ktexteditor: compile with editorconfig-core-c
This commit is contained in:
worldofpeace
2019-08-07 10:33:35 -04:00
committed by GitHub

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 ];
}