mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: repo2docker: Add missing inputs.
* gnu/packages/jupyter.scm (repo2docker)[inputs]: Add python-iso8601, python-chardet.
This commit is contained in:
parent
61ad934d90
commit
5832699aea
1 changed files with 3 additions and 1 deletions
|
@ -611,8 +611,10 @@ (define-public repo2docker
|
|||
python-requests
|
||||
python-json-logger
|
||||
python-jinja2
|
||||
python-iso8601
|
||||
python-escapism
|
||||
python-docker))
|
||||
python-docker
|
||||
python-chardet))
|
||||
(native-inputs
|
||||
(list python-sphinx python-entrypoints python-recommonmark
|
||||
python-sphinxcontrib-autoprogram python-pydata-sphinx-theme))
|
||||
|
|
Loading…
Reference in a new issue