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
  • Loading branch information
Stefan Siegl committed Sep 26, 2017
1 parent 1d16383 commit 086c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/kea/default.nix
Original file line number Diff line number Diff line change
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 086c636

Please sign in to comment.