diff --git a/pkgs/applications/version-management/sourcehut/core.nix b/pkgs/applications/version-management/sourcehut/core.nix index a95d7a19e04..9f7b4b158c2 100644 --- a/pkgs/applications/version-management/sourcehut/core.nix +++ b/pkgs/applications/version-management/sourcehut/core.nix @@ -1,7 +1,7 @@ { stdenv, fetchgit, fetchNodeModules, buildPythonPackage -, pgpy, flask, bleach, misaka, humanize, html5lib, markdown, psycopg2, pygments +, pgpy, flask, bleach, humanize, html5lib, markdown, psycopg2, pygments , requests, sqlalchemy, cryptography, beautifulsoup4, sqlalchemy-utils, prometheus_client -, celery, alembic, importlib-metadata +, celery, alembic, importlib-metadata, mistletoe , sassc, nodejs , writeText }: @@ -34,13 +34,13 @@ buildPythonPackage rec { pgpy flask bleach - misaka humanize html5lib markdown psycopg2 pygments requests + mistletoe sqlalchemy cryptography beautifulsoup4