We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d172ee3 commit 2c574b9Copy full SHA for 2c574b9
pkgs/development/python-modules/tkinter/default.nix
@@ -86,6 +86,7 @@ buildPythonPackage {
86
pythonImportsCheck = [ "tkinter" ];
87
88
meta = {
89
+ broken = pythonOlder "3.12"; # tommath.h: No such file or directory
90
# Based on first sentence from https://docs.python.org/3/library/tkinter.html
91
description = "Standard Python interface to the Tcl/Tk GUI toolkit";
92
longDescription = ''
0 commit comments