Merge pull request #29800 from stesie/kea-fix-pg-config

kea: fix path to pg_config
This commit is contained in:
Jörg Thalheim
2017-09-26 12:19:41 +01:00
committed by GitHub

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"
];