Skip to content

Commit

Permalink
telepathy: vala -> vala_0_23
Browse files Browse the repository at this point in the history
  • Loading branch information
RamKromberg committed Aug 21, 2016
1 parent fe86c24 commit 18bca23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/telepathy/glib/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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
Expand Down

0 comments on commit 18bca23

Please sign in to comment.