me
/
guix
Archived
1
0
Fork 0

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.
master
Liliana Marie Prikler 2022-06-30 06:14:27 +02:00
parent ab0f743139
commit cd7438c422
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 1 deletions

View File

@ -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)))