Kde: add konsole patch

This commit is contained in:
Toast 2024-11-07 11:23:42 +01:00
parent c569ed03d2
commit 38281315f7
2 changed files with 101 additions and 0 deletions

View file

@ -54,6 +54,11 @@ in {
../kde/patches/kwin-pr6406.patch
];
};
konsole = kPrev.konsole.overrideAttrs {
patches = [
../kde/patches/konsole-pr767.patch
];
};
}
);
}