telepathy_glib: cleanup
This commit is contained in:
parent
4d66728328
commit
e14e705d82
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user