1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
+3
View File
@@ -8082,11 +8082,14 @@ algorithm.")
("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")