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:
Jelle Licht 2023-02-12 20:47:20 +01:00 committed by Maxim Cournoyer
parent 6fcdd3b8b9
commit b45f75d5b7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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