diff options
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r-- | gnu/packages/node.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 2839348554a..782d109b244 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -289,7 +289,7 @@ http-parser icu4c libuv - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl zlib ;; Regular build-time dependencies. @@ -309,7 +309,7 @@ http-parser icu4c libuv - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl python-wrapper ;for node-gyp (supports python3) zlib)) @@ -864,9 +864,9 @@ source files.") (list ;; Runtime dependencies for binaries used as a bootstrap. c-ares-for-node brotli - icu4c-71 + icu4c libuv-for-node - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl zlib ;; Regular build-time dependencies. @@ -879,11 +879,11 @@ source files.") (list bash-minimal coreutils c-ares-for-node - icu4c-71 + icu4c libuv-for-node llhttp-bootstrap brotli - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl python-wrapper ;; for node-gyp (supports python3) zlib)))) |