mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
multiqc: Don't propagate inputs.
* gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Move all packages ... [inputs]: ... to here.
This commit is contained in:
parent
27ec9eeceb
commit
b2887da40c
1 changed files with 1 additions and 1 deletions
|
@ -11751,7 +11751,7 @@ (define-public multiqc
|
|||
(copy-recursively (assoc-ref inputs "tests") "/tmp/tests")
|
||||
(with-directory-excursion "/tmp/tests"
|
||||
(invoke "multiqc" "data" "--ignore" "data/modules")))))))))
|
||||
(propagated-inputs
|
||||
(inputs
|
||||
(list python-click
|
||||
python-coloredlogs
|
||||
python-future
|
||||
|
|
Loading…
Reference in a new issue