Kde: add plasma-workspace patch

This commit is contained in:
Toast 2024-11-12 10:50:23 +01:00
parent 9cbd262e14
commit 84f5b7537b
2 changed files with 45 additions and 0 deletions

View file

@ -49,6 +49,11 @@ in {
./patches/libplasma-pr1214.patch
];
};
plasma-workspace = kPrev.plasma-workspace.overrideAttrs {
patches = kPrev.plasma-workspace.patches ++ [
./patches/plasma_workspace-pr4883.patch
];
};
}
);
}