Revert "python311Packages.matplotlib: disable Tk on Python 3.11"

This reverts commit 22412a6ab0.
This commit is contained in:
Robert Schütz
2025-10-11 08:37:23 -07:00
parent 4f8a51f26e
commit c3dd2c7888
@@ -4,7 +4,6 @@
fetchPypi,
buildPythonPackage,
isPyPy,
pythonAtLeast,
pythonOlder,
# build-system
@@ -53,8 +52,7 @@
# Tk
# Darwin has its own "MacOSX" backend, PyPy has tkagg backend and does not support tkinter
# tkinter fails to build on Python 3.11
enableTk ? (!stdenv.hostPlatform.isDarwin && !isPyPy && pythonAtLeast "3.12"),
enableTk ? (!stdenv.hostPlatform.isDarwin && !isPyPy),
tkinter,
# Qt