GNU bug report logs - #61459
[PATCH] gnu: node-lts: Remove dependency on python-wrapper.

Previous Next

Package: guix-patches;

Reported by: jlicht <at> fsfe.org

Date: Sun, 12 Feb 2023 19:48:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jlicht <at> fsfe.org
To: 61459 <at> debbugs.gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [bug#61459] [PATCH] gnu: node-lts: Remove dependency on python-wrapper.
Date: Sun, 12 Feb 2023 20:47:20 +0100
From: Jelle Licht <jlicht <at> fsfe.org>

This also reduces the closure size of node-lts from 255 MiB to
172 MiB (on x86_64-linux).

* gnu/packages/node.scm (node-lts)[inputs]: Remove PYTHON-WRAPPER.
---
 gnu/packages/node.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index be39f3b25a..6137ed1dd3 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -887,7 +887,6 @@ (define-public node-lts
            brotli
            `(,nghttp2 "lib")
            openssl-1.1
-           python-wrapper ;; for node-gyp (supports python3)
            zlib))))
 
 (define-public libnode
-- 
2.39.1





This bug report was last modified 2 years and 62 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.