Unverified Commit eb416ab6 authored by Yt's avatar Yt Committed by GitHub
Browse files

[Backport release-25.05] stalwart-mail: use system jemalloc (#409430)

parents 0b691884 ceda4e89
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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