pythonPackages.matplotlib: don't depend on pygtk

This commit is contained in:
Domen Kožar 2014-08-25 11:01:20 +02:00
parent cb3cf6d3d7
commit c2d0028560

View File

@ -4307,7 +4307,7 @@ rec {
propagatedBuildInputs = propagatedBuildInputs =
[ dateutil nose numpy pyparsing tornado pkgs.freetype pkgs.libpng pkgs.pkgconfig [ dateutil nose numpy pyparsing tornado pkgs.freetype pkgs.libpng pkgs.pkgconfig
pygtk ]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "python plotting library, making publication quality plots"; description = "python plotting library, making publication quality plots";