Merge pull request #29800 from stesie/kea-fix-pg-config
kea: fix path to pg_config
This commit is contained in:
commit
d5bc2da23f
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user