Skip to content

Commit 00bd3ff

Browse files
committed
openconnect: fix missing iconv on Darwin
1 parent e502d8f commit 00bd3ff

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)