Skip to content

Commit

Permalink
mysql.connector-c: fix build on Darwin
Browse files Browse the repository at this point in the history
Broken by #30546.
  • Loading branch information
orivej committed Jan 5, 2018
1 parent 944376b commit b41e5ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/sql/mariadb/default.nix
Expand Up @@ -178,6 +178,8 @@ connector-c = stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake ];
propagatedBuildInputs = [ openssl zlib ];
# FIXME: move libiconv outside isDarwin on staging.
buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv;

enableParallelBuilding = true;

Expand Down

0 comments on commit b41e5ec

Please sign in to comment.