postgres-lsp: Use system jemalloc

This commit is contained in:
Cathal Mullan
2025-05-30 17:18:04 +01:00
parent da62d89b91
commit fca7997705
+5
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
rust-jemalloc-sys,
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "postgres-lsp";
@@ -22,6 +23,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
rustPlatform.bindgenHook
];
buildInputs = [
rust-jemalloc-sys
];
env = {
SQLX_OFFLINE = 1;