* [bug#61459] [PATCH] gnu: node-lts: Remove dependency on python-wrapper.
@ 2023-02-12 19:47 jlicht
2023-03-04 16:47 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: jlicht @ 2023-02-12 19:47 UTC (permalink / raw)
To: 61459; +Cc: Jelle Licht
From: Jelle Licht <jlicht@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-22 18:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 19:47 [bug#61459] [PATCH] gnu: node-lts: Remove dependency on python-wrapper jlicht
2023-03-04 16:47 ` Ludovic Courtès
2023-03-22 18:21 ` bug#61459: " Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.