fix(build): Add PostgreSQL library to Nix dependencies

This commit is contained in:
Vincent Ambo 2018-04-16 01:06:20 +02:00
parent 72f6fa65fd
commit 985ca0a3e5

View file

@ -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;