Skip to content

Commit

Permalink
kea: fix path to pg_config
Browse files Browse the repository at this point in the history
refs commit b0280f5

(cherry picked from commit 086c636)
  • Loading branch information
Stefan Siegl authored and globin committed Sep 27, 2017
1 parent cdf4d69 commit 53068f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/kea/default.nix
Expand Up @@ -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"
];

Expand Down

0 comments on commit 53068f4

Please sign in to comment.