python3Minimal: 3.9 -> 3.10

main
Martin Weinelt 2 years ago committed by Jonathan Ringer
parent 11ea0e99b7
commit f1ac3fa330
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 2
      pkgs/development/interpreters/python/default.nix

@ -230,7 +230,7 @@ in {
enableOptimizations = false;
enableLTO = false;
mimetypesSupport = false;
} // sources.python39)).overrideAttrs(old: {
} // sources.python310)).overrideAttrs(old: {
# TODO(@Artturin): Add this to the main cpython expr
strictDeps = true;
pname = "python3-minimal";

Loading…
Cancel
Save