Commit 1f7c0731 authored by Florian Klink's avatar Florian Klink
Browse files

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.
parent abf2b9d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}