spice_gtk: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-18 13:13:40 +01:00
parent 2de9321880
commit 862f981317

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, spice_protocol, intltool, celt_0_5_1 { stdenv, fetchurl, pkgconfig, spice_protocol, intltool, celt_0_5_1
, openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib , openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib
, cyrus_sasl, pythonPackages, autoreconfHook, usbredir, libsoup , cyrus_sasl, python2Packages, autoreconfHook, usbredir, libsoup
, gtk3, epoxy }: , gtk3, epoxy }:
with stdenv.lib; with stdenv.lib;
let let
inherit (pythonPackages) python pygtk; inherit (python2Packages) python pygtk;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "spice-gtk-0.32"; name = "spice-gtk-0.32";