nodejs-9_x: Package is EOL

This commit is contained in:
adisbladis
2018-07-08 13:06:08 +08:00
parent 784f543cb7
commit be6ef3ee00
2 changed files with 0 additions and 14 deletions

View File

@@ -1,11 +0,0 @@
{ stdenv, callPackage, lib, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {};
in
buildNodejs {
inherit enableNpm;
version = "9.11.2";
sha256 = "04y2dnbf6jl8j0ykfkdwhir09h274d13k843d7lqfz3bgyn4wj06";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}