Unverified Commit ce87248d authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

matrix-continuwuity: add rocksdb to passthru; add direct_tls build feature (#411161)

parents 326f02df 1e3dae0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  buildFeatures =
    [
      "brotli_compression"
      "direct_tls"
      "element_hacks"
      "gzip_compression"
      "media_thumbnail"
@@ -87,6 +88,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    ++ lib.optional enableLiburing "io_uring";

  passthru = {
    rocksdb = rocksdb'; # make used rocksdb version available (e.g., for backup scripts)
    updateScript = nix-update-script { };
    tests =
      {