guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: node-lts: Remove dependency on python-wrapper.


From: guix-commits
Subject: 02/04: gnu: node-lts: Remove dependency on python-wrapper.
Date: Wed, 22 Mar 2023 14:18:11 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b45f75d5b7496c742596499beda7e4bdb23ae54e
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Feb 12 20:47:20 2023 +0100

    gnu: node-lts: Remove dependency on python-wrapper.
    
    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.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 @@ source files.")
            brotli
            `(,nghttp2 "lib")
            openssl-1.1
-           python-wrapper ;; for node-gyp (supports python3)
            zlib))))
 
 (define-public libnode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]