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

This commit is contained in:
Aleksana
2024-10-27 11:54:51 +08:00
committed by GitHub
+1 -1
View File
@@ -356,7 +356,7 @@ in
luadbi-postgresql = prev.luadbi-postgresql.overrideAttrs (oa: {
buildInputs = oa.buildInputs ++ [
postgresql
(lib.getDev postgresql)
];
});