nodejs-14_x: use default icu

This commit is contained in:
Mario Rodas 2020-07-19 04:21:00 -05:00
parent 4afdb415d2
commit 5c1fec5b95

View File

@ -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