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>master
parent
6fcdd3b8b9
commit
b45f75d5b7
|
@ -887,7 +887,6 @@ source files.")
|
|||
brotli
|
||||
`(,nghttp2 "lib")
|
||||
openssl-1.1
|
||||
python-wrapper ;; for node-gyp (supports python3)
|
||||
zlib))))
|
||||
|
||||
(define-public libnode
|
||||
|
|
Reference in New Issue