Kde/plasma: add plasma_desktop pr 2661

This commit is contained in:
Toast 2024-12-19 00:47:48 +01:00
parent ba2d6eb02a
commit 2d4374899c
2 changed files with 46 additions and 0 deletions

View file

@ -56,6 +56,13 @@ in {
./patches/plasma_workspace-pr4883.patch
];
};
plasma-desktop = kPrev.plasma-desktop.overrideAttrs {
patches =
kPrev.plasma-desktop.patches
++ [
./patches/plasma_desktop-pr2661.patch
];
};
}
);
}