telepathy_glib: cleanup

This commit is contained in:
Jan Tojnar 2017-10-10 22:23:30 +02:00
parent 4d66728328
commit e14e705d82
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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