mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
Merge pull request #225298 from NobbZ/matplotlib-fix-tk
python3Packages.matplotlib: fix Tk
This commit is contained in:
commit
cfaaad455f
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user