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
This commit is contained in:
Sharlatan Hellseher 2025-04-19 10:10:32 +01:00
parent a3a249dd6f
commit 233a3e9191
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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