mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: snakemake: Add missing inputs.
* gnu/packages/python-xyz.scm (snakemake)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I133a813d1c5a5d6d7c4450d09987ee94e97b9089
This commit is contained in:
parent
ba450f1879
commit
e4aeec2fe4
1 changed files with 3 additions and 1 deletions
|
@ -14180,7 +14180,9 @@ (define-public snakemake
|
|||
python-wrapper
|
||||
python-pytest
|
||||
python-pandas
|
||||
python-requests-mock))
|
||||
python-requests-mock
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://snakemake.readthedocs.io")
|
||||
(synopsis "Python-based execution environment for make-like workflows")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue