telepathy_qt: use python2
This commit is contained in:
parent
4d5b893002
commit
5c9a5ad697
@ -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 }:
|
, telepathy_farstream, telepathy_glib, fetchpatch }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python dbus-python;
|
inherit (python2Packages) python dbus-python;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "telepathy-qt-0.9.6.1";
|
name = "telepathy-qt-0.9.6.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user