diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-29 12:48:51 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-29 13:03:18 +0300 |
commit | cbbdf047d48013fadd5476e64d0dfda131fa50fd (patch) | |
tree | 575cf65eb957c4bf6f01692c2a19bdfb0d10e244 /gnu | |
parent | 676c866b458e3532743979435279d208f6ffdc16 (diff) | |
download | guix-cbbdf047d48013fadd5476e64d0dfda131fa50fd.tar.gz |
gnu: obs: Enable building on all architectures.
* gnu/packages/video.scm (obs)[supported-systems]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |