Loading pkgs/by-name/st/stalwart-mail/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ sqlite, foundationdb, zstd, rust-jemalloc-sys, stdenv, nix-update-script, nixosTests, Loading Loading @@ -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 Loading Loading
pkgs/by-name/st/stalwart-mail/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ sqlite, foundationdb, zstd, rust-jemalloc-sys, stdenv, nix-update-script, nixosTests, Loading Loading @@ -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 Loading