libhandy: add libxml2 to nativeBuildInputs
Some build tools are needed for code gen.
This commit is contained in:
parent
09c498fe66
commit
b5efbd50de
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkgconfig gobject-introspection vala
|
||||
meson ninja pkgconfig gobject-introspection vala libxml2
|
||||
gtk-doc docbook_xsl docbook_xml_dtd_43
|
||||
];
|
||||
buildInputs = [ gnome3.gnome-desktop gtk3 gnome3.glade libxml2 ];
|
||||
|
Loading…
Reference in New Issue
Block a user