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-02-24 20:02:14 -05:00
parent e0ac0546de
commit fdfde0324e

View file

@ -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)