mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: avidemux: Limit supported architectures.
* gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit to x86_64, i686 and armhf.
This commit is contained in:
parent
a81cae38ca
commit
afd9ed5c0c
1 changed files with 1 additions and 0 deletions
|
@ -1449,6 +1449,7 @@ (define-public avidemux
|
|||
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+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue