forked from mirrors/nixpkgs
pythonPackages.matplotlib: remove unsused arguments
This commit is contained in:
parent
7e2ec8f8a1
commit
3a3e1134a8
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchPypi, writeText, python, buildPythonPackage, isPy3k, pycairo, backports_functools_lru_cache
|
{ lib, stdenv, fetchPypi, writeText, buildPythonPackage, isPy3k, pycairo
|
||||||
, which, cycler, dateutil, nose, numpy, pyparsing, sphinx, tornado, kiwisolver
|
, which, cycler, dateutil, numpy, pyparsing, sphinx, tornado, kiwisolver
|
||||||
, freetype, qhull, libpng, pkg-config, mock, pytz, pygobject3, gobject-introspection
|
, freetype, qhull, libpng, pkg-config, mock, pytz, pygobject3, gobject-introspection
|
||||||
, certifi, pillow
|
, certifi, pillow
|
||||||
, enableGhostscript ? true, ghostscript, gtk3
|
, enableGhostscript ? true, ghostscript, gtk3
|
||||||
|
@ -10,7 +10,6 @@
|
||||||
# required for headless detection
|
# required for headless detection
|
||||||
, libX11, wayland
|
, libX11, wayland
|
||||||
, Cocoa
|
, Cocoa
|
||||||
, pythonOlder
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue