guix_mirror_bot pushed a commit to branch javascript-team in repository guix.
commit fb03195fb1b5cad0a09050e5a3399a269b711fad Author: Nicolas Graves <[email protected]> AuthorDate: Tue Mar 17 18:52:22 2026 +0100 build-system: node: Drop uneeded %node-build-system-modules. * guix/build-system/node.scm (%node-build-system-modules): Drop (json ...) modules, as (with-extensions (list guile-json) ...) should already inject them properly. Change-Id: Id14b47c01c7aa058cc2db3ca0a7ba8fa897ea6cc Signed-off-by: Jelle Licht <[email protected]> --- guix/build-system/node.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guix/build-system/node.scm b/guix/build-system/node.scm index 1a7f2177b2..c07479b693 100644 --- a/guix/build-system/node.scm +++ b/guix/build-system/node.scm @@ -43,10 +43,6 @@ (define %node-build-system-modules ;; Build-side modules imported by default. `((guix build node-build-system) - (json) - (json builder) - (json parser) - (json record) ,@%default-gnu-imported-modules)) (define (default-node)
