guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: avidemux: Limit supported architectures.


From: Efraim Flashner
Subject: 01/01: gnu: avidemux: Limit supported architectures.
Date: Sat, 10 Jun 2017 16:33:33 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit afd9ed5c0c3ae562c3a2a7d752f2d6c8c637c6dc
Author: Efraim Flashner <address@hidden>
Date:   Sat Jun 10 23:32:02 2017 +0300

    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(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8a91a97..702704e 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+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]