mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
postgres-lsp: use system jemalloc (#412403)
This commit is contained in:
commit
cb19c37400
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue