Loading pkgs/development/interpreters/python/cpython/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -173,13 +173,19 @@ let }; in python; pythonVersion = with sourceVersion; "${major}.${minor}"; libPrefix = "python${pythonVersion}${lib.optionalString (!enableGIL) "t"}"; in passthruFun rec { inherit self sourceVersion packageOverrides; passthruFun { inherit self sourceVersion packageOverrides libPrefix pythonVersion ; implementation = "cpython"; libPrefix = "python${pythonVersion}${lib.optionalString (!enableGIL) "t"}"; executable = libPrefix; pythonVersion = with sourceVersion; "${major}.${minor}"; sitePackages = "lib/${libPrefix}/site-packages"; inherit hasDistutilsCxxPatch pythonAttr; inherit (splices) Loading Loading
pkgs/development/interpreters/python/cpython/default.nix +10 −4 Original line number Diff line number Diff line Loading @@ -173,13 +173,19 @@ let }; in python; pythonVersion = with sourceVersion; "${major}.${minor}"; libPrefix = "python${pythonVersion}${lib.optionalString (!enableGIL) "t"}"; in passthruFun rec { inherit self sourceVersion packageOverrides; passthruFun { inherit self sourceVersion packageOverrides libPrefix pythonVersion ; implementation = "cpython"; libPrefix = "python${pythonVersion}${lib.optionalString (!enableGIL) "t"}"; executable = libPrefix; pythonVersion = with sourceVersion; "${major}.${minor}"; sitePackages = "lib/${libPrefix}/site-packages"; inherit hasDistutilsCxxPatch pythonAttr; inherit (splices) Loading