~ruther/guix-local

233a3e91910625b68b44b7e9df61751d4530636b — Sharlatan Hellseher 1 year, 1 month ago a3a249d
gnu: snakemake: Move inputs to propagated-inputs.

* gnu/packages/python-science.scm (snakemake): Swap INPUTS to
PROPAGATED-INPUTS as the package may be included in others.

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

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +1 -1
@@ 4604,7 4604,7 @@ neuronal models")
            (lambda* (#:key tests?  #:allow-other-keys)
              (when tests?
                (setenv "HOME" "/tmp")))))))
    (inputs
    (propagated-inputs
     (list python-appdirs
           python-conda-inject
           python-configargparse