luaPackages.luadbi-postgresql: fix build

requires postgresql dev input
This commit is contained in:
arcnmx 2024-10-26 09:02:30 -07:00
parent 69fa3f35f9
commit 77ae4529c0

View File

@ -356,7 +356,7 @@ in
luadbi-postgresql = prev.luadbi-postgresql.overrideAttrs (oa: {
buildInputs = oa.buildInputs ++ [
postgresql
(lib.getDev postgresql)
];
});