Merge pull request #225298 from NobbZ/matplotlib-fix-tk

python3Packages.matplotlib: fix Tk
This commit is contained in:
Martin Weinelt 2023-04-08 17:33:18 +02:00 committed by GitHub
commit cfaaad455f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,6 @@ buildPythonPackage rec {
libX11
tcl
tk
tkinter
] ++ lib.optionals stdenv.isDarwin [
Cocoa
];
@ -167,6 +166,8 @@ buildPythonPackage rec {
tornado
] ++ lib.optionals enableNbagg [
ipykernel
] ++ lib.optionals enableTk [
tkinter
];
passthru.config = {