mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: node-lts: Fix build.
* gnu/packages/node.scm (node-lts)[inputs]: Replace icu4c with icu4c-76. [native-inputs]: Replace icu4c with icu4c-76. Change-Id: Iea508b914b3c576900ae3cdcc85ae98a4550142b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
12ec6d1439
commit
1465addb96
@@ -963,7 +963,7 @@ fi"
|
|||||||
(list ;; Runtime dependencies for binaries used as a bootstrap.
|
(list ;; Runtime dependencies for binaries used as a bootstrap.
|
||||||
c-ares-for-node-lts
|
c-ares-for-node-lts
|
||||||
brotli
|
brotli
|
||||||
icu4c
|
icu4c-76
|
||||||
libuv-for-node-lts
|
libuv-for-node-lts
|
||||||
`(,nghttp2 "lib")
|
`(,nghttp2 "lib")
|
||||||
openssl
|
openssl
|
||||||
@@ -979,7 +979,7 @@ fi"
|
|||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
coreutils
|
coreutils
|
||||||
c-ares-for-node-lts
|
c-ares-for-node-lts
|
||||||
icu4c
|
icu4c-76
|
||||||
libuv-for-node-lts
|
libuv-for-node-lts
|
||||||
llhttp-bootstrap
|
llhttp-bootstrap
|
||||||
brotli
|
brotli
|
||||||
|
|||||||
Reference in New Issue
Block a user