Merge pull request #29800 from stesie/kea-fix-pg-config
kea: fix path to pg_config
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-botan-config=${botan}/bin/botan-config-1.10"
|
"--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"
|
"--with-dhcp-mysql=${mysql.client.dev}/bin/mysql_config"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user