Kde: rework patch paths

This commit is contained in:
Toast 2024-11-09 13:22:34 +01:00
parent 6cc541528c
commit 8fcc1d94a5
2 changed files with 3 additions and 3 deletions

View file

@ -46,12 +46,12 @@ in {
kFinal: kPrev: {
libplasma = kPrev.libplasma.overrideAttrs {
patches = [
../kde/patches/libplasma-pr1214.patch
./patches/libplasma-pr1214.patch
];
};
kwin = kPrev.kwin.overrideAttrs {
patches = kPrev.kwin.patches ++ [
../kde/patches/kwin-pr6406.patch
./patches/kwin-pr6406.patch
];
};
}

View file

@ -31,7 +31,7 @@ in {
kFinal: kPrev: {
konsole = kPrev.konsole.overrideAttrs {
patches = [
../kde/patches/konsole-pr767.patch
../patches/konsole-pr767.patch
];
};
}