Skip to content
Snippets Groups Projects
Verified Commit c3944bc8 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[ci/nix-shell] [Darwin] Stop the ld warnings about libiconv.

parent 96691597
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@
# we can't really, as NIX_BUILD_TOP/env-vars is not set.
noDumpEnvVars=1;
# stop polluting LDFLAGS with -liconv
dontAddExtraLibs = true;
# we need to inject ncurses into --with-curses-libraries.
# the real fix is to teach terminfo to use libcurses on macOS.
CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=${pkgs.ncurses.out}/lib";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment