telepathy: vala -> vala_0_23
This commit is contained in:
parent
fe86c24730
commit
18bca23878
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
|
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
|
||||||
, gobjectIntrospection, valaSupport ? true, vala }:
|
, gobjectIntrospection, valaSupport ? true, vala_0_23 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "telepathy-glib-0.24.1";
|
name = "telepathy-glib-0.24.1";
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [dbus_glib glib python gobjectIntrospection];
|
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 = ''
|
preConfigure = ''
|
||||||
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires
|
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires
|
||||||
|
|
Loading…
Reference in New Issue