Commit 3df96471 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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 c5aa34f7.
parent 571c6647
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
    gettext
    gobject-introspection
    itstool
    libxml2 # for xmllint for xml-stripblanks preprocessing
    meson
    ninja
    pkg-config