From 4fdf368360a6fb999a21ced398a96f029f5c3438 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 9 Nov 2020 14:16:14 +0100 Subject: [PATCH] gnome3.totem: disable tests They do not work with GStreamer 1.18. https://gitlab.gnome.org/GNOME/totem/-/issues/450 --- pkgs/desktops/gnome-3/core/totem/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/gnome-3/core/totem/default.nix b/pkgs/desktops/gnome-3/core/totem/default.nix index db060bd85ff..204dd41aeff 100644 --- a/pkgs/desktops/gnome-3/core/totem/default.nix +++ b/pkgs/desktops/gnome-3/core/totem/default.nix @@ -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