Kde: move konsole patches into konsole.nix

This commit is contained in:
Toast 2024-11-09 13:10:43 +01:00
parent 6b9b21b9ff
commit 6cc541528c
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
];
};
}
);
}