Unverified Commit e2833ace authored by Yureka's avatar Yureka Committed by GitHub
Browse files

Revert "stalwart-mail: use system jemalloc" (#411201)

parent cb97c2be
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
  sqlite,
  foundationdb,
  zstd,
  rust-jemalloc-sys,
  stdenv,
  nix-update-script,
  nixosTests,
@@ -44,7 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    openssl
    sqlite
    zstd
    rust-jemalloc-sys
  ] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];

  # Issue: https://github.com/stalwartlabs/mail-server/issues/1104