Merge pull request #189127 from wakira/obs-vkcapture-fix-build

obs-vkcapture: fix build against wayland

authored by superherointj and committed by GitHub b24dbddb 27ced255

+3 -1
+3 -1
pkgs/applications/video/obs-studio/plugins/obs-vkcapture.nix
··· 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 , ninja 6 , wayland 7 , obs-studio 8 , libX11 9 , vulkan-headers ··· 29 "-DBUILD_PLUGIN=OFF" 30 ]; 31 32 - nativeBuildInputs = [ cmake ninja ]; 33 buildInputs = [ 34 libGL 35 libX11
··· 2 , stdenv 3 , fetchFromGitHub 4 , cmake 5 + , extra-cmake-modules 6 , ninja 7 , wayland 8 + , wayland-scanner 9 , obs-studio 10 , libX11 11 , vulkan-headers ··· 31 "-DBUILD_PLUGIN=OFF" 32 ]; 33 34 + nativeBuildInputs = [ cmake extra-cmake-modules ninja wayland-scanner ]; 35 buildInputs = [ 36 libGL 37 libX11