telepathy.glib: add python to passthru

and let the telepathy plugins use it.
This commit is contained in:
Frederik Rietdijk
2016-11-24 22:28:04 +01:00
parent 78cf06e316
commit fda03ec4bd
8 changed files with 12 additions and 10 deletions
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires
'';
passthru.python = python2;
meta = {
homepage = http://telepathy.freedesktop.org;
platforms = stdenv.lib.platforms.unix;