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
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl;
|
||||
icu = icu66;
|
||||
python = python3;
|
||||
};
|
||||
in
|
||||
|
Loading…
x
Reference in New Issue
Block a user