py-spy: set platforms, mark as broken for aarch64
Aarch64 support is blocked on https://github.com/benfred/py-spy/pull/330, the build currently fails there. Mark it as such.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user