about summary refs log tree commit diff
path: root/pkgs/applications/video/obs-studio
diff options
context:
space:
mode:
authorThomas Heijligen <src@posteo.de>2021-03-18 13:27:51 +0100
committerThomas Heijligen <src@posteo.de>2021-03-18 13:36:13 +0100
commit0751f9c5a7b96e0ad5fa310c26e703e95752fc42 (patch)
tree691a1ebd419752bf94a6d8cf6531f08dd7de955f /pkgs/applications/video/obs-studio
parentde4012ac80df34f1b77f07c70e935e4908729e71 (diff)
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
Diffstat (limited to 'pkgs/applications/video/obs-studio')
-rw-r--r--pkgs/applications/video/obs-studio/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix
index 9fdb78c703822..caeffa56b1788 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