Martin Weinelt 2022-05-22 16:14:30 +02:00
parent 394687bf39
commit 85dfb11907
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ in with passthru; stdenv.mkDerivation {
# * https://bugs.python.org/issue35523
# * https://github.com/python/cpython/commit/e6b247c8e524
./3.7/no-win64-workaround.patch
] ++ optionals (pythonAtLeast "3.7") [
] ++ optionals (pythonAtLeast "3.7" && pythonOlder "3.11") [
# Fix darwin build https://bugs.python.org/issue34027
./3.7/darwin-libutil.patch
] ++ optionals (pythonOlder "3.8") [

View File

@ -199,9 +199,9 @@ in {
major = "3";
minor = "11";
patch = "0";
suffix = "a7";
suffix = "b1";
};
sha256 = "sha256-t8Vt10wvRy1Ja1qNNWvWrZ75sD8mKIwyN9P/aYqwPXQ=";
sha256 = "sha256-3MrJsD3T/lzRC8VHV56wvoGh2JcewqhmsD3sU5H1rSU=";
inherit (darwin) configd;
inherit passthruFun;
};