nixpkgs/pkgs/development/python-modules/wheel
toonn cb3813b7b6 wheel: Normalize the filename with NFC
The original problem with the normalization of the filename only
occurred because it was in NFC. However, when trying to fix it by
`mv`ing the file to a normalization-indifferent name, I used the NFD
normalized name from my file system. This means it only works on
normalizing file systems. The filename must be in the original encoding
and will be normalized by normalizing file systems like HFS+.
2021-11-24 15:17:13 -08:00
..
0001-tests-Rename-a-a-o-_-.py-_-.py.patch
default.nix wheel: Normalize the filename with NFC 2021-11-24 15:17:13 -08:00