mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #216576 from YellowOnion/obs-vkcapture-patch
obs-vkcapture: fix xcursor not rendering
This commit is contained in:
commit
5e418c27d1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue