diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-13 21:57:35 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:18 +0200 |
commit | 445658bbe134eea0eb39d5ee6d93f1608a4f6345 (patch) | |
tree | 4a97efc0a653224074e43b5305e7a5fcc8c76493 /gnu/packages/node.scm | |
parent | 5708638a9340ebd6a379f2d9f765e23371956b18 (diff) |
gnu: node: Build with nghttp2@1.44.0.
* gnu/packages/web.scm (nghttp2-for-node): New variable.
* gnu/packages/node.scm (node, node-lts)[native-inputs, inputs]: Change from
NGHTTP2 to NGHTTP2-FOR-NODE.
Diffstat (limited to 'gnu/packages/node.scm')
-rw-r--r-- | gnu/packages/node.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index c8d81fbd22..c757d202eb 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)) @@ -866,7 +866,7 @@ source files.") brotli icu4c-70 libuv-for-node - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl zlib ;; Regular build-time dependencies. @@ -883,7 +883,7 @@ source files.") libuv-for-node llhttp-bootstrap brotli - `(,nghttp2 "lib") + `(,nghttp2-for-node "lib") openssl python-wrapper ;; for node-gyp (supports python3) zlib)))) |