about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy/idle
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-11-18 18:29:43 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-11-24 22:28:04 +0100
commitfda03ec4bd0849cc5364a62c05ff55826b17f1a8 (patch)
treef4646b7086b6024ae13cef19a03dca7518dbdddb /pkgs/applications/networking/instant-messengers/telepathy/idle
parent78cf06e316afc23f187c59eb42b22b6b4fca1ea5 (diff)
downloadnixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar.gz
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar.bz2
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar.lz
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar.xz
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.tar.zst
nixlib-fda03ec4bd0849cc5364a62c05ff55826b17f1a8.zip
telepathy.glib: add python to passthru
and let the telepathy plugins use it.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telepathy/idle')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix
index 16a31f6f3ba1..c29c6def2f60 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/idle/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "1argdzbif1vdmwp5vqbgkadq9ancjmgdm2ncp0qfckni715ss4rh";
   };
 
-  buildInputs = [ pkgconfig glib telepathy_glib dbus_glib libxslt ];
+  buildInputs = [ pkgconfig glib telepathy_glib dbus_glib libxslt telepathy_glib.python ];
 
   meta = {
     description = "IRC connection manager for the Telepathy framework";