glade: add libxml2 to nativeBuildInputs
Some build tools are needed from here
This commit is contained in:
parent
84b7c644ae
commit
439704b092
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig intltool itstool wrapGAppsHook docbook_xsl libxslt gobject-introspection
|
pkgconfig intltool itstool wrapGAppsHook docbook_xsl libxslt libxml2 gobject-introspection
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib libxml2 python3 python3.pkgs.pygobject3
|
gtk3 glib libxml2 python3 python3.pkgs.pygobject3
|
||||||
|
|
Loading…
Reference in New Issue