telepathy_glib: shouldn't propagate python
This commit is contained in:
parent
2f25d962e8
commit
2bac076931
@ -11,9 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
configureFlags = stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
propagatedBuildInputs = [dbus_glib glib python2 gobjectIntrospection];
|
propagatedBuildInputs = [dbus_glib glib gobjectIntrospection];
|
||||||
|
|
||||||
buildInputs = [pkgconfig libxslt glibcLocales ] ++ stdenv.lib.optional valaSupport vala_0_23;
|
buildInputs = [pkgconfig libxslt glibcLocales python2 ] ++ 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
Block a user