nodejs: Drop 4_x packages

nodejs-4_x is scheduled end-of-life on 2018-04-30
It should not go in the 18.03 release
This commit is contained in:
adisbladis
2018-02-22 11:04:22 +08:00
committed by Robin Gloster
parent 2da3be709b
commit d192858a76
6 changed files with 0 additions and 6347 deletions

View File

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