glade: add libxml2 to nativeBuildInputs

Some build tools are needed from here
This commit is contained in:
Matthew Bauer 2020-02-26 17:17:29 -05:00
parent 84b7c644ae
commit 439704b092

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
pkgconfig intltool itstool wrapGAppsHook docbook_xsl libxslt gobject-introspection
pkgconfig intltool itstool wrapGAppsHook docbook_xsl libxslt libxml2 gobject-introspection
];
buildInputs = [
gtk3 glib libxml2 python3 python3.pkgs.pygobject3