libsecret: add glib as a native dependency

glib is both a native and target dependency. Some binary from glib is
used to generate files.
This commit is contained in:
Matthew Bauer
2020-03-05 20:40:28 -05:00
parent e0ac0546de
commit fdfde0324e
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib ];
nativeBuildInputs = [
pkgconfig gettext libxslt docbook_xsl docbook_xml_dtd_42 libintl
gobject-introspection vala gtk-doc
gobject-introspection vala gtk-doc glib
];
buildInputs = [ libgcrypt ];
# optional: build docs with gtk-doc? (probably needs a flag as well)