python312: 3.12.4 -> 3.12.5
https://docs.python.org/release/3.12.5/whatsnew/changelog.html
This commit is contained in:
@@ -366,11 +366,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
in [
|
||||
"${mingw-patch}/*.patch"
|
||||
]) ++ optionals isPy312 [
|
||||
# backport fix for various platforms; armv7l, riscv64, s390
|
||||
# https://github.com/python/cpython/pull/121178
|
||||
./3.12/0001-Fix-build-with-_PY_SHORT_FLOAT_REPR-0.patch
|
||||
];
|
||||
]);
|
||||
|
||||
postPatch = optionalString (!stdenv.hostPlatform.isWindows) ''
|
||||
substituteInPlace Lib/subprocess.py \
|
||||
|
||||
Reference in New Issue
Block a user