Commit 4f8a51f2 authored by Robert Schütz's avatar Robert Schütz
Browse files

Revert "python311Packages.tkinter: mark broken"

This reverts commit 2c574b9c because
python311Packages.tkinter was fixed in https://github.com/NixOS/nixpkgs/pull/442184.
parent e55c47d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ buildPythonPackage {
  pythonImportsCheck = [ "tkinter" ];

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