We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb97c2b commit e2833acCopy full SHA for e2833ac
pkgs/by-name/st/stalwart-mail/package.nix
@@ -9,7 +9,6 @@
9
sqlite,
10
foundationdb,
11
zstd,
12
- rust-jemalloc-sys,
13
stdenv,
14
nix-update-script,
15
nixosTests,
@@ -44,7 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
44
43
openssl
45
sqlite
46
zstd
47
- rust-jemalloc-sys
48
] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];
49
50
# Issue: https://github.com/stalwartlabs/mail-server/issues/1104
0 commit comments