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

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 ] ++