nodejs: use icu63 for nodejs12
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ stdenv, callPackage, lib, openssl, enableNpm ? true }:
|
{ stdenv, callPackage, lib, openssl, icu, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix { inherit openssl; };
|
buildNodejs = callPackage ./nodejs.nix { inherit openssl icu; };
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
|
|||||||
@@ -4201,10 +4201,12 @@ in
|
|||||||
};
|
};
|
||||||
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix {
|
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||||
openssl = openssl_1_1;
|
openssl = openssl_1_1;
|
||||||
|
icu = icu63;
|
||||||
};
|
};
|
||||||
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||||
enableNpm = false;
|
enableNpm = false;
|
||||||
openssl = openssl_1_1;
|
openssl = openssl_1_1;
|
||||||
|
icu = icu63;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Update this when adding the newest nodejs major version!
|
# Update this when adding the newest nodejs major version!
|
||||||
|
|||||||
Reference in New Issue
Block a user