mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a3a249dd6f
commit
233a3e9191
1 changed files with 1 additions and 1 deletions
|
@ -4604,7 +4604,7 @@ neuronal models")
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(setenv "HOME" "/tmp")))))))
|
(setenv "HOME" "/tmp")))))))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
(list python-appdirs
|
(list python-appdirs
|
||||||
python-conda-inject
|
python-conda-inject
|
||||||
python-configargparse
|
python-configargparse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue