Merge pull request #20774 from aherrmann/pr_matplotlib_tkagg

matplotlib: Fix "attribute ‘tkinter’ missing"
This commit is contained in:
Frederik Rietdijk 2016-11-28 18:08:57 +01:00 committed by GitHub
commit 7e3331af49

View file

@ -40,7 +40,7 @@ buildPythonPackage rec {
]
++ stdenv.lib.optional enableGtk2 pygtk
++ stdenv.lib.optionals enableGtk3 [ cairo pycairo gtk3 gobjectIntrospection pygobject3 ]
++ stdenv.lib.optionals enableTk [ python.tkinter tcl tk tkinter libX11 ];
++ stdenv.lib.optionals enableTk [ tcl tk tkinter libX11 ];
patches =
[ ./basedirlist.patch ] ++