Kde: move konsole patches into konsole.nix

This commit is contained in:
Toast 2024-11-09 13:10:43 +01:00 committed by Toast
parent 25db001181
commit 4159ee98cc
2 changed files with 15 additions and 5 deletions

View file

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