mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ffmpeg: Disable tests.
* gnu/packages/video.scm (ffmpeg): Disable tests, see https://trac.ffmpeg.org/ticket/3177 .
This commit is contained in:
parent
595801e2f4
commit
b0a552e30b
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ (define-public ffmpeg
|
|||
("yasm" ,yasm)
|
||||
("zlib", zlib)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:tests? #f ; see https://trac.ffmpeg.org/ticket/3177
|
||||
#:phases
|
||||
(alist-replace
|
||||
'configure
|
||||
;; configure does not work followed by "SHELL=..." and
|
||||
|
|
Loading…
Reference in a new issue