diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-02-12 20:47:20 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-22 14:17:23 -0400 |
commit | b45f75d5b7496c742596499beda7e4bdb23ae54e (patch) | |
tree | 928ccf37f1980f89c7b08cbd207f7b6211b1b1c4 | |
parent | 6fcdd3b8b9257fa83f89fc0793065cfbb27046cb (diff) | |
download | guix-b45f75d5b7496c742596499beda7e4bdb23ae54e.tar.gz guix-b45f75d5b7496c742596499beda7e4bdb23ae54e.zip |
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>
-rw-r--r-- | gnu/packages/node.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |