guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/20: gnu: gst-editing-services: Update FIXME comment.


From: guix-commits
Subject: 20/20: gnu: gst-editing-services: Update FIXME comment.
Date: Sun, 31 Jul 2022 06:18:57 -0400 (EDT)

lilyp pushed a commit to branch staging
in repository guix.

commit cd7438c42233806aa83b078a34165960e373c4d9
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Jun 30 06:14:27 2022 +0200

    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.
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 3df9863a7d..ba05591dae 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]