Unverified Commit 5cc8bf59 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents ca41bde5 1f7c0731
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;
  };
}