tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
telepathy_qt: use python2
Frederik Rietdijk
9 years ago
5c9a5ad6
4d5b8930
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
telepathy
qt
default.nix
+2
-2
pkgs/development/libraries/telepathy/qt/default.nix
···
1
1
-
{ stdenv, fetchurl, cmake, qtbase, pkgconfig, pythonPackages, dbus_glib, dbus_daemon
1
1
+
{ stdenv, fetchurl, cmake, qtbase, pkgconfig, python2Packages, dbus_glib, dbus_daemon
2
2
, telepathy_farstream, telepathy_glib, fetchpatch }:
3
3
4
4
let
5
5
-
inherit (pythonPackages) python dbus-python;
5
5
+
inherit (python2Packages) python dbus-python;
6
6
in stdenv.mkDerivation rec {
7
7
name = "telepathy-qt-0.9.6.1";
8
8