Revert "cpython: fix gh-142214 on 3.14.1"
This reverts commit 27dcfd3e04.
This was fixed in 3.14.2 and as such this patch application has become
obsolete.
This commit is contained in:
@@ -399,9 +399,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# backport fix for https://github.com/python/cpython/issues/95855
|
||||
./platform-triplet-detection.patch
|
||||
]
|
||||
++ optionals (version == "3.14.1") [
|
||||
# https://github.com/python/cpython/issues/142214
|
||||
./3.14/gh-142214.patch
|
||||
++ optionals (version == "3.13.10" || version == "3.14.1") [
|
||||
# https://github.com/python/cpython/issues/142218
|
||||
./${lib.versions.majorMinor version}/gh-142218.patch
|
||||
]
|
||||
++ optionals (stdenv.hostPlatform.isMinGW) (
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user