luaPackages.luadbi-postgresql: fix build (#351477)

This commit is contained in:
Aleksana 2024-10-27 11:54:51 +08:00 committed by GitHub
commit 1422ec3f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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