diff --git a/nix/build-all.py b/nix/build-all.py index 10e32fdba2..617cbb0d89 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -267,7 +267,7 @@ dependency_tree: "dict[str, tuple[str, ...]]" = { "cgal": (), "eigen": (), "freetype": (), - "rocksdb": ("zstd"), + "rocksdb": ("zstd",), "zstd": (), # 'usd': ('boost', 'oneTBB') }