Skip to content

Commit

Permalink
Merge pull request #70832 from srhb/fixup-kea-from-1909-mariadb-diver…
Browse files Browse the repository at this point in the history
…gence

19.09: Fixup kea for unique 19.09 mariadb changes
  • Loading branch information
lheckemann committed Oct 9, 2019
2 parents 25757b6 + f1b5bba commit d7f1e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/kea/default.nix
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--localstatedir=/var"
"--with-pgsql=${postgresql}/bin/pg_config"
"--with-mysql=${mysql.connector-c}/bin/mysql_config"
"--with-mysql=${mysql.connector-c.dev}/bin/mysql_config"
];

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit d7f1e21

Please sign in to comment.