mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
gnome3.geary: disable failing edit_context_font test
Broke during the upgrade of webkitgtk to 2.32.0, reported upstream at https://gitlab.gnome.org/GNOME/geary/-/issues/1180. Fixes: #118309
This commit is contained in:
parent
3e0713d582
commit
ffe63e7156
@ -118,6 +118,10 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs build-aux/yaml_to_json.py
|
||||
|
||||
chmod +x desktop/geary-attach
|
||||
|
||||
# Drop test that breaks after webkitgtk 2.32.0 update
|
||||
# https://gitlab.gnome.org/GNOME/geary/-/issues/1180
|
||||
sed -i '/add_test("edit_context_font", edit_context_font);/d' test/js/composer-page-state-test.vala
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user