mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
60dc4c1534
commit
2780e0b6cb
1 changed files with 3 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue