fix(build): Add PostgreSQL library to Nix dependencies
This commit is contained in:
parent
72f6fa65fd
commit
985ca0a3e5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in with unstable; rustPlatform.buildRustPackage rec {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoSha256 = "0a0634v22wazmyym05x4ricqkxwn4r3spv6s2f3ilma65cy6qyrf";
|
cargoSha256 = "0a0634v22wazmyym05x4ricqkxwn4r3spv6s2f3ilma65cy6qyrf";
|
||||||
|
|
||||||
buildInputs = [ openssl pkgconfig ];
|
buildInputs = [ openssl pkgconfig postgresql.lib ];
|
||||||
|
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue