nodejs-11_x: remove

Package is EOLed by upstream: https://github.com/nodejs/Release

Fixes #69008
This commit is contained in:
Maximilian Bosch
2019-10-03 14:33:34 +02:00
parent 7c74ebd2a6
commit 334641d112
4 changed files with 8 additions and 17 deletions
@@ -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 {
@@ -16,7 +16,7 @@ buildPythonPackage rec {
node_modules = fetchNodeModules {
src = "${src}/srht";
nodejs = nodejs-11_x;
nodejs = nodejs;
sha256 = "0axl50swhcw8llq8z2icwr4nkr5qsw2riih0a040f9wx4xiw4p6p";
};
@@ -26,7 +26,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
sassc
nodejs-11_x
nodejs
];
propagatedBuildInputs = [