Skip to content

Commit b1d3718

Browse files
authored
openconnect: fix missing iconv on Darwin (#511586)
2 parents f155657 + 00bd3ff commit b1d3718

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/tools/networking/openconnect/common.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ stdenv.mkDerivation {
3838
"--without-openssl-version-check"
3939
];
4040

41+
# Not finding iconv on Darwin
42+
env = {
43+
am_cv_func_iconv_works = "yes";
44+
};
45+
4146
buildInputs = [
4247
gmp
4348
libxml2

0 commit comments

Comments
 (0)