mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
6fcdd3b8b9
commit
b45f75d5b7
1 changed files with 0 additions and 1 deletions
|
|
@ -887,7 +887,6 @@ source files.")
|
|||
brotli
|
||||
`(,nghttp2 "lib")
|
||||
openssl-1.1
|
||||
python-wrapper ;; for node-gyp (supports python3)
|
||||
zlib))))
|
||||
|
||||
(define-public libnode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue