libgee: vala -> vala_0_32

This commit is contained in:
Ram Kromberg 2016-08-21 19:36:52 +03:00
parent ff371cdf2a
commit 60ed22ea80

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoconf, vala, pkgconfig, glib, gobjectIntrospection, gnome3 }:
{ stdenv, fetchurl, autoconf, vala_0_32, pkgconfig, glib, gobjectIntrospection, gnome3 }:
let
ver_maj = "0.16";
ver_min = "1";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
patches = [ ./fix_introspection_paths.patch ];
buildInputs = [ autoconf vala pkgconfig glib gobjectIntrospection ];
buildInputs = [ autoconf vala_0_32 pkgconfig glib gobjectIntrospection ];
meta = with stdenv.lib; {
description = "Utility library providing GObject-based interfaces and classes for commonly used data structures";