Skip to content

Commit

Permalink
besu: add aarch64-darwin as supported platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfschr committed May 1, 2024
1 parent 1000a40 commit e0443a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/besu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: rec {
homepage = "https://github.com/hyperledger/besu";
license = licenses.asl20;
mainProgram = "besu";
platforms = ["x86_64-linux"];
platforms = ["aarch64-darwin" "x86_64-linux"];
sourceProvenance = with sourceTypes; [binaryBytecode];
};
})

0 comments on commit e0443a4

Please sign in to comment.