py-spy: set platforms, mark as broken for aarch64 (#392835)

This commit is contained in:
Fabian Affolter
2025-03-25 06:49:47 +01:00
committed by GitHub
@@ -44,5 +44,8 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/benfred/py-spy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ lnl7 ];
platforms = lib.platforms.linux;
# https://github.com/benfred/py-spy/pull/330
broken = stdenv.hostPlatform.isAarch64;
};
}