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:
Jan Tojnar 2020-11-09 14:16:14 +01:00
parent b8884815dd
commit 4fdf368360
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 3 additions and 1 deletions

View File

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