Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3: proper syntax for Windows patches
Windows patches were being added with a shell glob, which was dying with an error. See NixOS#351007. Use filesystem methods to walk the patch set and retrieve the patch names. Also, update the patches from the Fedora project to the latest for Python 3.11.9 and add filtering for any that are already applied to the 3.11.10 in the current cycle. python312 still fails to cross-compile after this patch, but at least 3.11 will again be available
- Loading branch information