diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 14e2219a4421..cf295fa6ffc7 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ in with unstable; rustPlatform.buildRustPackage rec { src = ./.; cargoSha256 = "0a0634v22wazmyym05x4ricqkxwn4r3spv6s2f3ilma65cy6qyrf"; - buildInputs = [ openssl pkgconfig ]; + buildInputs = [ openssl pkgconfig postgresql.lib ]; inherit doCheck; |