about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/v12.nix
blob: 3fa5216ccf82788fb2cc6a28361e3f7de3f3566f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ callPackage, openssl, icu, enableNpm ? true }:

let
  buildNodejs = callPackage ./nodejs.nix { inherit openssl icu; };
in
  buildNodejs {
    inherit enableNpm;
    version = "12.16.1";
    sha256 = "0ba1dla31z6i31z3723l74nky1v04irwbl3iaqmi0iicl1dq958a";
  }