gnu: totem: Fix test failure with GStreamer 1.18.
* gnu/packages/gnome.scm (totem)[arguments]: Add phase "patch-failing-test".master
parent
98a15c796a
commit
1564d1fd96
|
@ -6077,6 +6077,14 @@ discovery protocols.")
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true"))
|
||||||
#t))
|
#t))
|
||||||
|
(add-after 'unpack 'patch-failing-test
|
||||||
|
(lambda _
|
||||||
|
;; Work around test failure with GStreamer 1.18, because the test
|
||||||
|
;; relies on "und" not being mapped to a particular language:
|
||||||
|
;; https://gitlab.gnome.org/GNOME/totem/-/issues/450
|
||||||
|
(substitute* "src/test-totem.c"
|
||||||
|
(("und") "nosuchlang"))
|
||||||
|
#t))
|
||||||
(add-before
|
(add-before
|
||||||
'install 'disable-cache-generation
|
'install 'disable-cache-generation
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue