From c61d4bb70ad7f7ea31a48fc41828a92604629cde Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 10 Sep 2025 10:37:05 +0200 Subject: [PATCH] build-all tuple typo --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }