lol

python3Packages.pygame: fix source hash on HFS+ filesystems (#145986)

authored by

Thomas and committed by
GitHub
fa0761a7 9a65a60a

+5 -1
+5 -1
pkgs/development/python-modules/pygame/default.nix
··· 11 11 owner = pname; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "GrfNaowlD2L5umiFwj7DgtHGBg9a4WVfe3RlMjK3ElU="; 14 + # Unicode file names lead to different checksums on HFS+ vs. other 15 + # filesystems because of unicode normalisation. The documentation 16 + # has such files and will be removed. 17 + sha256 = "sha256-Pe7BJ+8rXw+hhRv64fI+79gJcU1npQFFAXxECx2+Trw="; 18 + extraPostFetch = "rm -rf $out/docs/reST"; 15 19 }; 16 20 17 21 patches = [