Skip to content

Commit

Permalink
php82Packages.psql: prepare for pg_config moving to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and jtojnar committed Dec 10, 2023
1 parent 2cd0977 commit dff2bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ lib.makeScope pkgs.newScope (self: with self; {
{
name = "pgsql";
buildInputs = [ pcre2 ];
configureFlags = [ "--with-pgsql=${postgresql}" ];
configureFlags = [ "--with-pgsql=${lib.getDev postgresql}" ];
doCheck = false;
}
{ name = "posix"; doCheck = false; }
Expand Down

0 comments on commit dff2bb7

Please sign in to comment.