sourcehut.core: fix build
This commit is contained in:
parent
9e78d12878
commit
9051e284ce
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ stdenv, fetchgit, fetchNodeModules, buildPythonPackage
|
||||
, pgpy, flask, bleach, misaka, humanize, markdown, psycopg2, pygments, requests
|
||||
, sqlalchemy, flask_login, beautifulsoup4, sqlalchemy-utils, celery, alembic
|
||||
, importlib-metadata
|
||||
, sassc, nodejs
|
||||
, writeText }:
|
||||
|
||||
|
@ -47,6 +48,7 @@ buildPythonPackage rec {
|
|||
# Unofficial runtime dependencies?
|
||||
celery
|
||||
alembic
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
PKGVER = version;
|
||||
|
|
Loading…
Reference in a new issue