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 e68d4ec commit dd1b582
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 @@ -19,7 +19,7 @@ let
});

staticLZ4 = (pkgs.lz4.override { enableStatic = true; enableShared = false; }).dev;
staticLibiconv = (libiconv.override { enableStatic = true; enableShared = false; });
staticLibiconv = (pkgs.libiconv.override { enableStatic = true; enableShared = false; });
in
{
inherit staticBoost staticLibrdkafka staticLZ4;
Expand Down

0 comments on commit dd1b582

Please sign in to comment.