luaPackages.luadbi-postgresql: fix build
requires postgresql dev input
This commit is contained in:
parent
69fa3f35f9
commit
77ae4529c0
@ -356,7 +356,7 @@ in
|
||||
|
||||
luadbi-postgresql = prev.luadbi-postgresql.overrideAttrs (oa: {
|
||||
buildInputs = oa.buildInputs ++ [
|
||||
postgresql
|
||||
(lib.getDev postgresql)
|
||||
];
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user