From 5c1fec5b95c9c9ab12994464e4ee771cd180e5e2 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 19 Jul 2020 04:21:00 -0500 Subject: [PATCH] nodejs-14_x: use default icu --- pkgs/development/web/nodejs/v14.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/web/nodejs/v14.nix b/pkgs/development/web/nodejs/v14.nix index 37156b5a966..7b83a5db539 100644 --- a/pkgs/development/web/nodejs/v14.nix +++ b/pkgs/development/web/nodejs/v14.nix @@ -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