openconnect: fix missing iconv on Darwin (#511586)

This commit is contained in:
Pol Dellaiera
2026-04-20 09:46:49 +00:00
committed by GitHub
@@ -38,6 +38,11 @@ stdenv.mkDerivation {
"--without-openssl-version-check"
];
# Not finding iconv on Darwin
env = {
am_cv_func_iconv_works = "yes";
};
buildInputs = [
gmp
libxml2