Re-Merge #17867: libsecret: use currently latest vala

This commit is contained in:
Vladimír Čunát 2016-08-21 10:45:47 +02:00
commit d890e82794

View file

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