harlequin: fix by relaxing tree-sitter dependency (#439148)

authored by

Sandro and committed by
GitHub
2106fb3c 5cd1238b

+3 -4
+3 -4
pkgs/by-name/ha/harlequin/package.nix
··· 6 6 nix-update-script, 7 7 glibcLocales, 8 8 versionCheckHook, 9 + writableTmpDirAsHomeHook, 9 10 withPostgresAdapter ? true, 10 11 withBigQueryAdapter ? true, 11 12 }: ··· 25 26 "numpy" 26 27 "pyarrow" 27 28 "textual" 29 + "tree-sitter" 28 30 "tree-sitter-sql" 29 31 ]; 30 32 ··· 65 67 updateScript = nix-update-script { }; 66 68 }; 67 69 68 - preCheck = '' 69 - export HOME=$(mktemp -d) 70 - ''; 71 - 72 70 nativeCheckInputs = with python3Packages; [ 73 71 pytest-asyncio 74 72 pytestCheckHook 75 73 versionCheckHook 74 + writableTmpDirAsHomeHook 76 75 ]; 77 76 78 77 disabledTests = [