spice-gtk: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-26 09:46:28 +02:00
parent 5ef97b39dc
commit 8ed1a955d2

View file

@ -1,11 +1,13 @@
{ stdenv, fetchurl, pkgconfig, gtk2, spice_protocol, intltool, celt_0_5_1
, openssl, libpulseaudio, pixman, gobjectIntrospection, libjpeg_turbo, zlib
, cyrus_sasl, python, pygtk, autoreconfHook, usbredir, libsoup
, cyrus_sasl, pythonPackages, autoreconfHook, usbredir, libsoup
, gtk3, enableGTK3 ? false }:
with stdenv.lib;
stdenv.mkDerivation rec {
let
inherit (pythonPackages) python pygtk;
in stdenv.mkDerivation rec {
name = "spice-gtk-0.29";
src = fetchurl {