telepathy: vala -> vala_0_23

This commit is contained in:
Ram Kromberg 2016-08-21 20:13:36 +03:00
parent fe86c24730
commit 18bca23878
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
, gobjectIntrospection, valaSupport ? true, vala }:
, gobjectIntrospection, valaSupport ? true, vala_0_23 }:
stdenv.mkDerivation rec {
name = "telepathy-glib-0.24.1";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [dbus_glib glib python gobjectIntrospection];
buildInputs = [pkgconfig libxslt] ++ stdenv.lib.optional valaSupport vala;
buildInputs = [pkgconfig libxslt] ++ stdenv.lib.optional valaSupport vala_0_23;
preConfigure = ''
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires