Merge pull request #216576 from YellowOnion/obs-vkcapture-patch

obs-vkcapture: fix xcursor not rendering
This commit is contained in:
superherointj
2023-02-17 09:38:06 -03:00
committed by GitHub
@@ -8,6 +8,7 @@
, wayland-scanner
, obs-studio
, libX11
, libxcb
, vulkan-headers
, vulkan-loader
, libGL
@@ -35,6 +36,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libGL
libX11
libxcb
vulkan-headers
vulkan-loader
wayland