telepathy-glib: do not propagate python

Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
This commit is contained in:
Jan Tojnar
2021-03-11 16:05:36 +01:00
parent 4330c90149
commit 8f3169ab3d
6 changed files with 10 additions and 12 deletions
@@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
substituteInPlace telepathy-glib/telepathy-glib.pc.in --replace Requires.private Requires
'';
passthru.python = python2;
meta = with lib; {
homepage = "https://telepathy.freedesktop.org";
platforms = platforms.unix;