Skip to content

Commit

Permalink
Fix Libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 1, 2024
1 parent dd1b582 commit c6dcdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/nix/static-libs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ let
staticLibiconv = (pkgs.libiconv.override { enableStatic = true; enableShared = false; });
in
{
inherit staticBoost staticLibrdkafka staticLZ4;
inherit staticBoost staticLibrdkafka staticLZ4 staticLibiconv;
}

0 comments on commit c6dcdfe

Please sign in to comment.