diff options
| author | Daniel Khodabakhsh <d@niel.khodabakh.sh> | 2025-05-01 08:55:41 -0700 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-18 22:55:54 +0200 |
| commit | 114f0a615f55167d0b227d5a3cb0fb2e36772858 (patch) | |
| tree | 5a6b91c2850d1670fd648e10417e03c8c21b8bd2 /gnu/packages/node.scm | |
| parent | b1d2483ebe06a1985af98261e7511572163a27ce (diff) | |
gnu: Remove use-module (gnu packages node-xyz) from (gnu packages node).
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/node.scm')
| -rw-r--r-- | gnu/packages/node.scm | 3 |
1 files changed, 1 insertions, 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 @@ | |||
| 13 | ;;; Copyright © 2021, 2022 Philip McGrath <philip@philipmcgrath.com> | 13 | ;;; Copyright © 2021, 2022 Philip McGrath <philip@philipmcgrath.com> |
| 14 | ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space> | 14 | ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space> |
| 15 | ;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il> | 15 | ;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il> |
| 16 | ;;; Copyright © 2024 Daniel Khodabakhsh <d.khodabakhsh@gmail.com> | 16 | ;;; Copyright © 2024, 2025 Daniel Khodabakhsh <d@niel.khodabakh.sh> |
| 17 | ;;; | 17 | ;;; |
| 18 | ;;; This file is part of GNU Guix. | 18 | ;;; This file is part of GNU Guix. |
| 19 | ;;; | 19 | ;;; |
| @@ -50,7 +50,6 @@ | |||
| 50 | #:use-module (gnu packages libevent) | 50 | #:use-module (gnu packages libevent) |
| 51 | #:use-module (gnu packages linux) | 51 | #:use-module (gnu packages linux) |
| 52 | #:use-module (gnu packages networking) | 52 | #:use-module (gnu packages networking) |
| 53 | #:use-module (gnu packages node-xyz) | ||
| 54 | #:use-module (gnu packages perl) | 53 | #:use-module (gnu packages perl) |
| 55 | #:use-module (gnu packages pkg-config) | 54 | #:use-module (gnu packages pkg-config) |
| 56 | #:use-module (gnu packages python) | 55 | #:use-module (gnu packages python) |
