nodejs-11_x: remove
Package is EOLed by upstream: https://github.com/nodejs/Release Fixes #69008
This commit is contained in:
parent
7c74ebd2a6
commit
334641d112
@ -519,6 +519,11 @@
|
|||||||
Please use the fork <literal>cawbird</literal> instead which has been adapted to the API changes and is still maintained.
|
Please use the fork <literal>cawbird</literal> instead which has been adapted to the API changes and is still maintained.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The <literal>nodejs-11_x</literal> package has been removed as it's EOLed by upstream.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
|
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
|
||||||
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
|
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
|
||||||
, sqlalchemy, flask_login, beautifulsoup4, sqlalchemy-utils, celery, alembic
|
, sqlalchemy, flask_login, beautifulsoup4, sqlalchemy-utils, celery, alembic
|
||||||
, sassc, nodejs-11_x
|
, sassc, nodejs
|
||||||
, writeText }:
|
, writeText }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
node_modules = fetchNodeModules {
|
node_modules = fetchNodeModules {
|
||||||
src = "${src}/srht";
|
src = "${src}/srht";
|
||||||
nodejs = nodejs-11_x;
|
nodejs = nodejs;
|
||||||
sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
|
sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
sassc
|
sassc
|
||||||
nodejs-11_x
|
nodejs
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
{ callPackage, openssl, enableNpm ? true }:
|
|
||||||
|
|
||||||
let
|
|
||||||
buildNodejs = callPackage ./nodejs.nix { inherit openssl; };
|
|
||||||
in
|
|
||||||
buildNodejs {
|
|
||||||
inherit enableNpm;
|
|
||||||
version = "11.15.0";
|
|
||||||
sha256 = "68a776c5d8b8b91a8f2adac2ca4ce4390ae1804883ec7ec9c0d6a6a64d306a76";
|
|
||||||
}
|
|
@ -4452,10 +4452,6 @@ in
|
|||||||
nodejs-slim-10_x = callPackage ../development/web/nodejs/v10.nix {
|
nodejs-slim-10_x = callPackage ../development/web/nodejs/v10.nix {
|
||||||
enableNpm = false;
|
enableNpm = false;
|
||||||
};
|
};
|
||||||
nodejs-11_x = callPackage ../development/web/nodejs/v11.nix { };
|
|
||||||
nodejs-slim-11_x = callPackage ../development/web/nodejs/v11.nix {
|
|
||||||
enableNpm = false;
|
|
||||||
};
|
|
||||||
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix { };
|
nodejs-12_x = callPackage ../development/web/nodejs/v12.nix { };
|
||||||
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
nodejs-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
|
||||||
enableNpm = false;
|
enableNpm = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user