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:
committed by
Robin Gloster
parent
2da3be709b
commit
d192858a76
@@ -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 ];
|
||||
}
|
||||
Reference in New Issue
Block a user