Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2024-08-30 18:04:32 +00:00
committed by GitHub
54 changed files with 991 additions and 786 deletions
@@ -136,7 +136,7 @@ let
in passthruFun rec {
inherit self sourceVersion packageOverrides;
implementation = "cpython";
libPrefix = "python${pythonVersion}";
libPrefix = "python${pythonVersion}${lib.optionalString (!enableGIL) "t"}";
executable = libPrefix;
pythonVersion = with sourceVersion; "${major}.${minor}";
sitePackages = "lib/${libPrefix}/site-packages";