telepathy_qt: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-19 10:15:50 +02:00
parent 4d5b893002
commit 5c9a5ad697

View File

@ -1,8 +1,8 @@
{ stdenv, fetchurl, cmake, qtbase, pkgconfig, pythonPackages, dbus_glib, dbus_daemon
{ stdenv, fetchurl, cmake, qtbase, pkgconfig, python2Packages, dbus_glib, dbus_daemon
, telepathy_farstream, telepathy_glib, fetchpatch }:
let
inherit (pythonPackages) python dbus-python;
inherit (python2Packages) python dbus-python;
in stdenv.mkDerivation rec {
name = "telepathy-qt-0.9.6.1";