mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public node-lts
|
|||
brotli
|
||||
`(,nghttp2 "lib")
|
||||
openssl-1.1
|
||||
python-wrapper ;; for node-gyp (supports python3)
|
||||
zlib))))
|
||||
|
||||
(define-public libnode
|
||||
|
|
Loading…
Reference in a new issue