nodejs-15_x: remove expression
Node.js 15 has reached EOL on June 1, 2021. (cherry picked from commit fd918d34bdbe94797afd6ca10cd4d578acce7943)
This commit is contained in:
parent
0cde4bf18f
commit
5225ed8b95
@ -1,13 +0,0 @@
|
|||||||
{ callPackage, icu68, python3, enableNpm ? true }:
|
|
||||||
|
|
||||||
let
|
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
|
||||||
icu = icu68;
|
|
||||||
python = python3;
|
|
||||||
};
|
|
||||||
in
|
|
||||||
buildNodejs {
|
|
||||||
inherit enableNpm;
|
|
||||||
version = "15.14.0";
|
|
||||||
sha256 = "0vm6jdazqjd1plqsgngzvjrafv2d3mdahk6il4ray02gx97dq8l1";
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user