gnu: gst-editing-services: Update FIXME comment.
There are now 23 total tests in gst-editing-services. * gnu/packages/gstreamer.scm (gst-editing-services)[arguments]: Update FIXME.
This commit is contained in:
parent
ab0f743139
commit
cd7438c422
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; FIXME: 16/22 failing tests.
|
||||
#:tests? #f ; FIXME: 16/23 failing tests.
|
||||
#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
#$@%common-gstreamer-phases)))
|
||||
|
|
Reference in a new issue