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
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ glib ];
|
propagatedBuildInputs = [ glib ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig gettext libxslt docbook_xsl docbook_xml_dtd_42 libintl
|
pkgconfig gettext libxslt docbook_xsl docbook_xml_dtd_42 libintl
|
||||||
gobject-introspection vala gtk-doc
|
gobject-introspection vala gtk-doc glib
|
||||||
];
|
];
|
||||||
buildInputs = [ libgcrypt ];
|
buildInputs = [ libgcrypt ];
|
||||||
# optional: build docs with gtk-doc? (probably needs a flag as well)
|
# optional: build docs with gtk-doc? (probably needs a flag as well)
|
||||||
|
Loading…
Reference in New Issue
Block a user