This change removes the use-module (gnu packages node-xyz) import from (gnu packages node). node-xyz is not actually used in node and seems to have been accidentally added in f540ee5ef845946228c0e2e4cffadccd36069922. Keeping it in can lead to circular dependency issues. ---  gnu/packages/node.scm | 3 +--  1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 018a6b1bd0..4cad70a179 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -13,7 +13,7 @@  ;;; Copyright © 2021, 2022 Philip McGrath