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:
parent
e0ac0546de
commit
fdfde0324e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue