Skip to content

Commit 2c574b9

Browse files
committed
python311Packages.tkinter: mark broken
It fails to build with fatal error: tommath.h: No such file or directory
1 parent d172ee3 commit 2c574b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/development/python-modules/tkinter/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ buildPythonPackage {
8686
pythonImportsCheck = [ "tkinter" ];
8787

8888
meta = {
89+
broken = pythonOlder "3.12"; # tommath.h: No such file or directory
8990
# Based on first sentence from https://docs.python.org/3/library/tkinter.html
9091
description = "Standard Python interface to the Tcl/Tk GUI toolkit";
9192
longDescription = ''

0 commit comments

Comments
 (0)