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
commit 5e418c27d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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