From 114f0a615f55167d0b227d5a3cb0fb2e36772858 Mon Sep 17 00:00:00 2001 From: Daniel Khodabakhsh Date: Thu, 1 May 2025 08:55:41 -0700 Subject: [PATCH] gnu: Remove use-module (gnu packages node-xyz) from (gnu packages node). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Change-Id: I292323510b918a5e5c154a06f06cc608997557d6 Signed-off-by: Ludovic Courtès --- 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 018a6b1bd0a..4cad70a1795 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2021, 2022 Philip McGrath ;;; Copyright © 2022 Hilton Chain ;;; Copyright © 2024 Efraim Flashner -;;; Copyright © 2024 Daniel Khodabakhsh +;;; Copyright © 2024, 2025 Daniel Khodabakhsh ;;; ;;; This file is part of GNU Guix. ;;; @@ -50,7 +50,6 @@ #:use-module (gnu packages libevent) #:use-module (gnu packages linux) #:use-module (gnu packages networking) - #:use-module (gnu packages node-xyz) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python)