gtksourceview4: disable tests

They are broken by GLib’s PCRE 2 switch.
This commit is contained in:
Jan Tojnar
2022-10-11 18:52:18 +02:00
parent 4255bb62dd
commit cb77c5d569
@@ -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