mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[staging-26.05] nodejs: pin icu to newer version (#525241)
This commit is contained in:
commit
511702cf1d
1 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
uvwasi,
|
||||
zlib,
|
||||
zstd,
|
||||
icu,
|
||||
icu78,
|
||||
bash,
|
||||
ninja,
|
||||
pkgconf,
|
||||
|
|
@ -274,7 +274,7 @@ let
|
|||
# that use bash wrappers, e.g. polaris-web.
|
||||
buildInputs = [
|
||||
bash
|
||||
icu
|
||||
icu78
|
||||
]
|
||||
++ builtins.attrValues sharedLibDeps;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue