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

stalwart-mail: use system jemalloc (#409024)

parents 1208d75e 29ae2000
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