obs-studio: add wayland to buildInputs

obs-studio (git master) has native wayland support.
To build further releases of obs-studio this adds wayland to buildInputs

https://github.com/obsproject/obs-studio/wiki/Install-Instructions#linux-build-directions
https://github.com/obsproject/obs-studio/pull/2484
This commit is contained in:
Thomas Heijligen 2021-03-18 13:27:51 +01:00
parent de4012ac80
commit 0751f9c5a7

View file

@ -17,6 +17,7 @@
, libv4l
, x264
, curl
, wayland
, xorg
, makeWrapper
, pkg-config
@ -67,6 +68,7 @@ in mkDerivation rec {
qtx11extras
qtsvg
speex
wayland
x264
libvlc
makeWrapper