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
commit fc51db8368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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