Loading pkgs/development/tools/py-spy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/development/tools/py-spy/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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; }; }