kea: fix path to pg_config

refs commit b0280f598e
This commit is contained in:
Stefan Siegl 2017-09-26 12:50:18 +02:00
parent 1d163835c8
commit 086c636eb7
No known key found for this signature in database
GPG Key ID: B224EC6857AD7F9B

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--localstatedir=/var"
"--with-botan-config=${botan}/bin/botan-config-1.10"
"--with-dhcp-pgsql=${postgresql}/bin/pg_config"
"--with-dhcp-pgsql=${postgresql.dev}/bin/pg_config"
"--with-dhcp-mysql=${mysql.client.dev}/bin/mysql_config"
];