forked from mirrors/nixpkgs
vte: do not use top-level python packages
This commit is contained in:
parent
e1619caf9b
commit
948a3b7eb6
|
@ -1,7 +1,9 @@
|
||||||
{ stdenv, fetchurl, intltool, pkgconfig, glib, gtk, ncurses
|
{ 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";
|
name = "vte-0.28.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue