as usual when working with nix i just spent an hour trying to enable tkinter in python311 by overriding it with { x11Support = true; <other deps...> } and after reading source carefully turns out (if i understand correctly) x11Support only does something if its an Apple darwin system???
why is this the case? google says tkinter supports linux
should i open an issue on nixpkgs?
P.S. python311full was building too long
P.S. this is also the case in 25.05 (link above is 24.05)