mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Revert "stalwart-mail: use system jemalloc" (#411201)
This commit is contained in:
parent
cb97c2be9c
commit
e2833acefc
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
sqlite,
|
sqlite,
|
||||||
foundationdb,
|
foundationdb,
|
||||||
zstd,
|
zstd,
|
||||||
rust-jemalloc-sys,
|
|
||||||
stdenv,
|
stdenv,
|
||||||
nix-update-script,
|
nix-update-script,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
|
@ -44,7 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
openssl
|
openssl
|
||||||
sqlite
|
sqlite
|
||||||
zstd
|
zstd
|
||||||
rust-jemalloc-sys
|
|
||||||
] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];
|
] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];
|
||||||
|
|
||||||
# Issue: https://github.com/stalwartlabs/mail-server/issues/1104
|
# Issue: https://github.com/stalwartlabs/mail-server/issues/1104
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue