gtksourceview4: disable tests
They are broken by GLib’s PCRE 2 switch.
This commit is contained in:
parent
4255bb62dd
commit
cb77c5d569
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue