nodejs-13_x: drop
Node.js 13.x has reached EOL on June 01, 2020 https://github.com/nodejs/Release/pull/583
This commit is contained in:
parent
71532e92db
commit
8b0e3c75ed
2 changed files with 1 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
{ callPackage, openssl, icu, python3, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
inherit openssl icu;
|
||||
python = python3;
|
||||
};
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "13.14.0";
|
||||
sha256 = "1gi9nl99wsiqpwm266jdsa8g6rmjw4wqwgrkx9f2qk1y3hjcs0vf";
|
||||
}
|
|
@ -4903,10 +4903,6 @@ in
|
|||
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||
enableNpm = false;
|
||||
};
|
||||
nodejs-13_x = callPackage ../development/web/nodejs/v13.nix { };
|
||||
nodejs-slim-13_x = callPackage ../development/web/nodejs/v13.nix {
|
||||
enableNpm = false;
|
||||
};
|
||||
nodejs-14_x = callPackage ../development/web/nodejs/v14.nix { };
|
||||
nodejs-slim-14_x = callPackage ../development/web/nodejs/v14.nix {
|
||||
enableNpm = false;
|
||||
|
@ -9680,7 +9676,7 @@ in
|
|||
kanif = callPackage ../applications/networking/cluster/kanif { };
|
||||
|
||||
lumo = callPackage ../development/interpreters/clojurescript/lumo {
|
||||
nodejs = nodejs-13_x;
|
||||
nodejs = nodejs_latest;
|
||||
};
|
||||
|
||||
lxappearance = callPackage ../desktops/lxde/core/lxappearance { };
|
||||
|
|
Loading…
Reference in a new issue