~ruther/guix-local

e4aeec2fe44fd047b51a0093990fcac992ae745c — Ricardo Wurmus 1 year, 6 months ago ba450f1
gnu: snakemake: Add missing inputs.

* gnu/packages/python-xyz.scm (snakemake)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I133a813d1c5a5d6d7c4450d09987ee94e97b9089
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 14180,7 14180,9 @@ approach.")
           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