Merge pull request #66231 from xvello/xvello/ktexteditor-editorconfig
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
This commit is contained in:
commit
fc51db8368
@ -2,7 +2,8 @@
|
|||||||
mkDerivation, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, perl,
|
extra-cmake-modules, perl,
|
||||||
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
|
||||||
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols
|
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols,
|
||||||
|
editorconfig-core-c
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -12,6 +13,7 @@ mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
|
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
|
||||||
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
||||||
|
editorconfig-core-c
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kparts ];
|
propagatedBuildInputs = [ kparts ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user