Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #70010 from ajs124/fix/mariadb-connector-c-socket-…
Browse files Browse the repository at this point in the history
…path

mariadb-connector-c: fix socket path
  • Loading branch information
aanderse committed Oct 10, 2019
2 parents 3596c4c + 532c3a6 commit f878596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/mariadb/connector-c/default.nix
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation {

cmakeFlags = [
"-DWITH_EXTERNAL_ZLIB=ON"
"-DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock"
"-DMARIADB_UNIX_ADDR=/run/mysqld/mysqld.sock"
"-DWITH_CURL=ON"
];

Expand Down

0 comments on commit f878596

Please sign in to comment.