python3Packages.scalene: clean up badPlatforms

This commit is contained in:
Emily
2026-07-15 03:58:17 +01:00
parent f5a19d32eb
commit 338789c88b
@@ -138,8 +138,8 @@ buildPythonPackage (finalAttrs: {
# The scalene doesn't seem to account for arm64 linux
"aarch64-linux"
# On darwin, builds 1) assume aarch64 and 2) mistakenly compile one part as
# x86 and the other as arm64 then tries to link them into a single binary
# On darwin, builds mistakenly compile one part as x86 and the
# other as arm64 then tries to link them into a single binary
# which fails.
"aarch64-darwin"
];