mariadb: replace to connector-c

This commit is contained in:
Robin Gloster
2017-12-29 02:18:35 +01:00
parent 1ca8a7aff6
commit b69befbfd5
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -21,12 +21,12 @@ stdenv.mkDerivation rec {
configureFlags = [
"--localstatedir=/var"
"--with-dhcp-pgsql=${postgresql}/bin/pg_config"
"--with-dhcp-mysql=${mysql.client.dev}/bin/mysql_config"
"--with-dhcp-mysql=${mysql.connector-c}/bin/mysql_config"
];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [
openssl log4cplus boost python3 mysql.client
openssl log4cplus boost python3 mysql.connector-c
botan2 gmp bzip2
];