stalwart-mail: use system jemalloc

fixes the package on aarch64 16k-pagesize systems
This commit is contained in:
Yureka
2025-05-20 12:40:03 +02:00
parent 62ee4c4bc4
commit 29ae2000b1
@@ -9,6 +9,7 @@
sqlite,
foundationdb,
zstd,
rust-jemalloc-sys,
stdenv,
nix-update-script,
nixosTests,
@@ -43,6 +44,7 @@ rustPlatform.buildRustPackage rec {
openssl
sqlite
zstd
rust-jemalloc-sys
] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];
# Issue: https://github.com/stalwartlabs/mail-server/issues/1104