Merge #17867: libsecret: add vala dependency

This commit is contained in:
Vladimír Čunát 2016-08-20 18:01:56 +02:00
commit a9114cda74

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, pkgconfig, intltool, libxslt, docbook_xsl, gtk_doc
, libgcrypt, gobjectIntrospection }:
, libgcrypt, gobjectIntrospection, vala }:
let
version = "0.18.5";
in
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib ];
nativeBuildInputs = [ pkgconfig intltool libxslt docbook_xsl ];
buildInputs = [ libgcrypt gobjectIntrospection ];
buildInputs = [ libgcrypt gobjectIntrospection vala ];
# optional: build docs with gtk-doc? (probably needs a flag as well)
meta = {