gimp: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:19:01 +02:00
parent 7d4f8d29e7
commit 0721cd2f7d
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,11 @@
{ stdenv, fetchurl, pkgconfig, intltool, babl, gegl, gtk2, glib, gdk_pixbuf
, pango, cairo, freetype, fontconfig, lcms, libpng, libjpeg, poppler, libtiff
, webkit, libmng, librsvg, libwmf, zlib, libzip, ghostscript, aalib, jasper
, python, pygtk, libart_lgpl, libexif, gettext, xorg, wrapPython }:
, pythonPackages, libart_lgpl, libexif, gettext, xorg }:
stdenv.mkDerivation rec {
let
inherit (pythonPackages) pygtk wrapPython python;
in stdenv.mkDerivation rec {
name = "gimp-${version}";
version = "2.8.18";

View File

@ -13497,7 +13497,6 @@ in
inherit (gnome2) libart_lgpl;
webkit = null;
lcms = lcms2;
wrapPython = pythonPackages.wrapPython;
};
gimp = gimp_2_8;