vte: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:19:26 +02:00
parent e1619caf9b
commit 948a3b7eb6

View file

@ -1,7 +1,9 @@
{ stdenv, fetchurl, intltool, pkgconfig, glib, gtk, ncurses
, pythonSupport ? false, python, pygtk}:
, pythonSupport ? false, python27Packages}:
stdenv.mkDerivation rec {
let
inherit (python27Packages) python pygtk;
in stdenv.mkDerivation rec {
name = "vte-0.28.2";
src = fetchurl {