geary: Re-add libxml2 build dependency

Without this glib tools complain at build time:

    [6/708] Generating ui/org.gnome.Geary_h with a custom command
    xml-stripblanks preprocessing requested, but XMLLINT is not set, and xmllint is not in PATH

Partially reverts c5aa34f7ae.
This commit is contained in:
Jan Tojnar
2024-12-22 01:19:58 +01:00
parent 571c66475d
commit 3df96471b5
+1
View File
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
gettext
gobject-introspection
itstool
libxml2 # for xmllint for xml-stripblanks preprocessing
meson
ninja
pkg-config