Unverified Commit b1d3718b authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

openconnect: fix missing `iconv` on Darwin (#511586)

parents f1556570 00bd3ffc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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