From cbbdf047d48013fadd5476e64d0dfda131fa50fd Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 29 Sep 2020 12:48:51 +0300 Subject: gnu: obs: Enable building on all architectures. * gnu/packages/video.scm (obs)[supported-systems]: Remove field. --- gnu/packages/video.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 07cc66ad21..d60fa3b31d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3038,7 +3038,6 @@ video recording and live streaming. OBS supports capturing audio and video from many input sources such as webcams, X11 (for screencasting), PulseAudio, and JACK.") (home-page "https://obsproject.com") - (supported-systems '("x86_64-linux" "i686-linux")) (license license:gpl2+))) (define-public libvdpau -- cgit 1.4.1