nodejs-14_x: use default icu
This commit is contained in:
parent
4afdb415d2
commit
5c1fec5b95
@ -1,9 +1,8 @@
|
|||||||
{ callPackage, openssl, icu66, python3, enableNpm ? true }:
|
{ callPackage, openssl, python3, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
buildNodejs = callPackage ./nodejs.nix {
|
||||||
inherit openssl;
|
inherit openssl;
|
||||||
icu = icu66;
|
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user