gnu: snakemake: Add missing inputs.

* gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Add
python-nbformat, python-pulp, and python-toposort.
This commit is contained in:
Ricardo Wurmus 2021-03-16 14:17:13 +01:00
parent 08447ab7cd
commit 4f02c4c4a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8082,11 +8082,14 @@ (define-public snakemake
("python-gitpython" ,python-gitpython)
("python-jinja2" ,python-jinja2)
("python-jsonschema" ,python-jsonschema)
("python-nbformat" ,python-nbformat)
("python-networkx" ,python-networkx)
("python-psutil" ,python-psutil)
("python-pulp" ,python-pulp)
("python-pyyaml" ,python-pyyaml)
("python-ratelimiter" ,python-ratelimiter)
("python-requests" ,python-requests)
("python-toposort" ,python-toposort)
("python-wrapt" ,python-wrapt)))
(home-page "https://snakemake.readthedocs.io")
(synopsis "Python-based execution environment for make-like workflows")