You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to build with nix build github:tweag/genealogosrocket_codegen fails with
> = note: ld: library not found for -liconv
> clang-16: error: linker command failed with exit code 1 (use -v to see invocation)
>
>
> error: could not compile `rocket_codegen` (lib) due to 1 previous error
To Reproduce nix build github:tweag/genealogos
Possible fix
Cloning locally and running nix flake update and then building seems to have successfully built, so I'm guessing whatever caused the missing dep on darwin has been fixed upstream.
Describe the bug
When attempting to build with
nix build github:tweag/genealogos
rocket_codegen
fails withTo Reproduce
nix build github:tweag/genealogos
Possible fix
Cloning locally and running
nix flake update
and then building seems to have successfully built, so I'm guessing whatever caused the missing dep on darwin has been fixed upstream.Environment
master
(https://github.com/tweag/genealogos/tree/2bf6c9a4a0ef8d9b1e339f160f905cab20f0035b)The text was updated successfully, but these errors were encountered: