Skip to content

Commit

Permalink
Revert "Revert "nodejs-11_x: remove""
Browse files Browse the repository at this point in the history
This reverts commit 699e081.
  • Loading branch information
Ma27 committed Oct 4, 2019
1 parent 33cf7a8 commit 973530c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
5 changes: 5 additions & 0 deletions nixos/doc/manual/release-notes/rl-1909.xml
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,11 @@
Please use the fork <literal>cawbird</literal> instead which has been adapted to the API changes and is still maintained.
</para>
</listitem>
<listitem>
<para>
The <literal>nodejs-11_x</literal> package has been removed as it's EOLed by upstream.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/sourcehut/core.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
, sqlalchemy, flask_login, beautifulsoup4, sqlalchemy-utils, celery, alembic
, sassc, nodejs-11_x
, sassc, nodejs
, writeText }:

buildPythonPackage rec {
Expand All @@ -16,7 +16,7 @@ buildPythonPackage rec {

node_modules = fetchNodeModules {
src = "${src}/srht";
nodejs = nodejs-11_x;
nodejs = nodejs;
sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
};

Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {

nativeBuildInputs = [
sassc
nodejs-11_x
nodejs
];

propagatedBuildInputs = [
Expand Down
10 changes: 0 additions & 10 deletions pkgs/development/web/nodejs/v11.nix

This file was deleted.

4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4412,10 +4412,6 @@ in
nodejs-slim-10_x = callPackage ../development/web/nodejs/v10.nix {
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-slim-12_x = callPackage ../development/web/nodejs/v12.nix {
enableNpm = false;
Expand Down

0 comments on commit 973530c

Please sign in to comment.