From afd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 10 Jun 2017 23:32:02 +0300 Subject: gnu: avidemux: Limit supported architectures. * gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit to x86_64, i686 and armhf. --- gnu/packages/video.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8a91a97017..702704ed46 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1449,6 +1449,7 @@ filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.") + (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux")) ;; Software with various licenses is included, see License.txt. (license license:gpl2+))) -- cgit v1.2.3