stalwart-mail: add rocksdb to passthrough (#351478)

This commit is contained in:
Yt
2024-10-27 18:18:48 -04:00
committed by GitHub
@@ -149,6 +149,7 @@ rustPlatform.buildRustPackage {
doCheck = !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
passthru = {
inherit rocksdb; # make used rocksdb version available (e.g., for backup scripts)
webadmin = callPackage ./webadmin.nix { };
updateScript = nix-update-script { };
tests.stalwart-mail = nixosTests.stalwart-mail;