all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jlicht@fsfe.org
To: 61459@debbugs.gnu.org
Cc: Jelle Licht <jlicht@fsfe.org>
Subject: [bug#61459] [PATCH] gnu: node-lts: Remove dependency on python-wrapper.
Date: Sun, 12 Feb 2023 20:47:20 +0100	[thread overview]
Message-ID: <885371ef8e6a56c9d5ea756c4c366aaba7dc4d23.1676231143.git.jlicht@fsfe.org> (raw)

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





             reply	other threads:[~2023-02-12 19:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-12 19:47 jlicht [this message]
2023-03-04 16:47 ` [bug#61459] [PATCH] gnu: node-lts: Remove dependency on python-wrapper Ludovic Courtès
2023-03-22 18:21   ` bug#61459: " Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=885371ef8e6a56c9d5ea756c4c366aaba7dc4d23.1676231143.git.jlicht@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=61459@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.