Unverified Commit 5e418c27 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

obs-vkcapture: fix xcursor not rendering
parents 4fba4cea 83aa89fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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