gtksourceview4: disable tests
They are broken by GLib’s PCRE 2 switch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user