gnu: ffmpeg: Disable tests.
* gnu/packages/video.scm (ffmpeg): Disable tests, see https://trac.ffmpeg.org/ticket/3177 .master
parent
595801e2f4
commit
b0a552e30b
|
@ -57,7 +57,8 @@
|
|||
("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
|
||||
|
|
Reference in New Issue