nodejs: init at v10.0.0
This commit is contained in:
committed by
Sergej Leibenzon
parent
c53c7a02fe
commit
2119545865
11
pkgs/development/web/nodejs/v10.nix
Normal file
11
pkgs/development/web/nodejs/v10.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ stdenv, callPackage, lib, openssl, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix { inherit openssl; };
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "10.0.0";
|
||||
sha256 = "0l5bx2j4f2ij19kx14my7g7k37j3fn9qpjvbisjvhpbm42810fg2";
|
||||
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
|
||||
}
|
||||
Reference in New Issue
Block a user