gnu: repo2docker: Add missing inputs.
* gnu/packages/jupyter.scm (repo2docker)[inputs]: Add python-iso8601, python-chardet.master
parent
7a8e96d370
commit
3a67775154
|
@ -611,8 +611,10 @@ nix-shell-wrapper|repo2docker-entrypoint)")
|
||||||
python-requests
|
python-requests
|
||||||
python-json-logger
|
python-json-logger
|
||||||
python-jinja2
|
python-jinja2
|
||||||
|
python-iso8601
|
||||||
python-escapism
|
python-escapism
|
||||||
python-docker))
|
python-docker
|
||||||
|
python-chardet))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-sphinx python-entrypoints python-recommonmark
|
(list python-sphinx python-entrypoints python-recommonmark
|
||||||
python-sphinxcontrib-autoprogram python-pydata-sphinx-theme))
|
python-sphinxcontrib-autoprogram python-pydata-sphinx-theme))
|
||||||
|
|
Reference in New Issue