universedesktop: obs wayland fix

This commit is contained in:
2025-01-26 20:36:57 -05:00
parent 081c2a5f9a
commit 8f2bad1a74
2 changed files with 22 additions and 0 deletions

View File

@@ -18,6 +18,12 @@
(patch' "0005-Avoid-error-on-startup")
];
});
obs-studio = prev.obs-studio.overrideAttrs (old: {
patches = (old.patches or []) ++ [
./obs-wayland-window-projection.patch
];
});
})
];
# Wayland support