Skip to content

Commit

Permalink
Merge pull request #115022 from petabyteboy/feature/nodejs-icu68
Browse files Browse the repository at this point in the history
nodejs-10_x: build with icu67
  • Loading branch information
SuperSandro2000 committed Mar 4, 2021
2 parents 1237128 + d890b05 commit c2bdb9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5887,9 +5887,12 @@ in
nodejs-slim = nodejs-slim-14_x;


nodejs-10_x = callPackage ../development/web/nodejs/v10.nix { };
nodejs-10_x = callPackage ../development/web/nodejs/v10.nix {
icu = icu67;
};
nodejs-slim-10_x = callPackage ../development/web/nodejs/v10.nix {
enableNpm = false;
icu = icu67;
};
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix { };
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
Expand Down

0 comments on commit c2bdb9a

Please sign in to comment.