universedesktop: obs wayland fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user