gtksourceview4: disable tests

They are broken by GLib’s PCRE 2 switch.
This commit is contained in:
Jan Tojnar 2022-08-13 09:53:51 +02:00
parent 4255bb62dd
commit cb77c5d569

View file

@ -70,7 +70,9 @@ stdenv.mkDerivation rec {
dbus
];
doCheck = stdenv.isLinux;
# Broken by PCRE 2 bump in GLib.
# https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/283
doCheck = false;
checkPhase = ''
runHook preCheck