summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-06-10 23:32:02 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-06-10 23:32:02 +0300
commitafd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc (patch)
treef14f2626b5839a147ac8a755c5d150e0f2e9d153 /gnu/packages/video.scm
parenta81cae38ca061bea744783c2ccc5b3592840ab22 (diff)
downloadguix-patches-afd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc.tar
guix-patches-afd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc.tar.gz
gnu: avidemux: Limit supported architectures.
* gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit to x86_64, i686 and armhf.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
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+)))