From 0751f9c5a7b96e0ad5fa310c26e703e95752fc42 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Thu, 18 Mar 2021 13:27:51 +0100 Subject: [PATCH] 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 --- pkgs/applications/video/obs-studio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix index 9fdb78c70382..caeffa56b178 100644 --- a/pkgs/applications/video/obs-studio/default.nix +++ b/pkgs/applications/video/obs-studio/default.nix @@ -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