guix_mirror_bot pushed a commit to branch javascript-team in repository guix.
commit 83b2062744fab7cf80344d3164eb13df18b80707 Author: Maxim Cournoyer <[email protected]> AuthorDate: Tue Aug 18 15:11:24 2026 +0900 build/tree-sitter: Fix usage of `with-atomic-json-file-replacement'. This is a follow-up to commits 1562ce4ee16828faa3ed1ead2a1a505680fe7902 and 14b2f726d74668700167bfdad3a0d064e3f212be. * guix/build/tree-sitter-build-system.scm (patch-dependencies): Call the modern with-atomic-json-file-replacement* variant. --- guix/build/tree-sitter-build-system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/build/tree-sitter-build-system.scm b/guix/build/tree-sitter-build-system.scm index f19fc5f43cb..81ff741f96c 100644 --- a/guix/build/tree-sitter-build-system.scm +++ b/guix/build/tree-sitter-build-system.scm @@ -49,7 +49,7 @@ "Rewrite dependencies in 'package.json'. We remove all runtime dependencies and replace development dependencies with tree-sitter grammar node modules." - (with-atomic-json-file-replacement "package.json" + (with-atomic-json-file-replacement* "package.json" (lambda (pkg-meta-alist) (map (match-lambda (("dependencies" dependencies ...)
