ktexteditor: fix indenters
This commit is contained in:
parent
c41d794ecb
commit
cf90441dea
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib, copyPathsToStore,
|
mkDerivation, lib, copyPathsToStore, fetchpatch,
|
||||||
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
|
||||||
@ -14,4 +14,9 @@ mkDerivation {
|
|||||||
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kparts ];
|
propagatedBuildInputs = [ kparts ];
|
||||||
|
patches = [ (fetchpatch {
|
||||||
|
url = "https://cgit.kde.org/ktexteditor.git/patch/?id=aeebeadb5f5955995c17de56cf83ba7166a132dd";
|
||||||
|
sha256 = "10a61w1qyw3czffl06xgccgd3yycz7s0hpg2vj0a24v05jhqiigf";
|
||||||
|
name = "ktextedtor_fix_indenters.patch";
|
||||||
|
})];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user