forked from mirrors/nixpkgs
libdazzle: add glib to nativeBuildInputs
This is needed for build tools.
This commit is contained in:
parent
d2775e4ce0
commit
09c498fe66
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ninja meson pkgconfig vala gobject-introspection libxml2 gtk-doc docbook_xsl docbook_xml_dtd_43 dbus xvfb_run ];
|
||||
nativeBuildInputs = [ ninja meson pkgconfig vala gobject-introspection libxml2 gtk-doc docbook_xsl docbook_xml_dtd_43 dbus xvfb_run glib ];
|
||||
buildInputs = [ glib gtk3 ];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue