Skip to content

python311Packages.tkinter: fix build with python 3.11#445605

Closed
leona-ya wants to merge 1 commit into
NixOS:masterfrom
leona-ya:push-zxrskspxnknw
Closed

python311Packages.tkinter: fix build with python 3.11#445605
leona-ya wants to merge 1 commit into
NixOS:masterfrom
leona-ya:push-zxrskspxnknw

python311Packages.tkinter: fix build with python 3.11

0685cee
Select commit
Loading
Failed to load commit list.
OfBorg / python311Packages.tkinter, python311Packages.tkinter.passthru.tests on x86_64-darwin skipped Oct 20, 2025 in 0s

No attempt

The following builds were skipped because they don't evaluate on x86_64-darwin: python311Packages.tkinter, python311Packages.tkinter.passthru.tests

Details

Partial log

                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowBroken = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowBroken = true; }
       to ~/.config/nixpkgs/config.nix.