Skip to content

Commit

Permalink
Attempt to fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Aug 14, 2024
1 parent 3824f8b commit f6efc83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/injective/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
${cosmosLib.wasmdPreFixupPhase libwasmvm_2_0_0 "injectived"}
${cosmosLib.wasmdPreFixupPhase libwasmvm_2_0_0 "client"}
'';
buildInputs = [libwasmvm_2_0_0];
buildInputs =
[libwasmvm_2_0_0]
++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs; [libiconv]);
};
gen-injective = mkGenerator "gen-injective" injective-src;
}

0 comments on commit f6efc83

Please sign in to comment.