gnome3.totem: disable tests
They do not work with GStreamer 1.18. https://gitlab.gnome.org/GNOME/totem/-/issues/450
This commit is contained in:
parent
b8884815dd
commit
4fdf368360
|
@ -88,7 +88,9 @@ stdenv.mkDerivation rec {
|
|||
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
# Tests do not work with GStreamer 1.18.
|
||||
# https://gitlab.gnome.org/GNOME/totem/-/issues/450
|
||||
doCheck = false;
|
||||
|
||||
postPatch = ''
|
||||
chmod +x meson_compile_python.py meson_post_install.py # patchShebangs requires executable file
|
||||
|
|
Loading…
Reference in New Issue