Skip to content

Commit

Permalink
R doesn't build for aarch64-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 15, 2024
1 parent e3c264b commit 8493953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pkgs.mkShell (rec {
jq
yq-go
] ++ lib.optionals withIOGFull [
R # for plutus
(if pkgs.stdenv.hostPlatform.isAarch64 then null else R) # for plutus; but unavailable for static/aarch64
postgresql # for db-sync
]);

Expand Down

0 comments on commit 8493953

Please sign in to comment.