me
/
guix
Archived
1
0
Fork 0

multiqc: Don't propagate inputs.

* gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Move all
packages ...
[inputs]: ... to here.
Efraim Flashner 2023-09-26 13:36:02 +03:00
parent 27ec9eeceb
commit b2887da40c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -11751,7 +11751,7 @@ replacement for strverscmp.")
(copy-recursively (assoc-ref inputs "tests") "/tmp/tests") (copy-recursively (assoc-ref inputs "tests") "/tmp/tests")
(with-directory-excursion "/tmp/tests" (with-directory-excursion "/tmp/tests"
(invoke "multiqc" "data" "--ignore" "data/modules"))))))))) (invoke "multiqc" "data" "--ignore" "data/modules")))))))))
(propagated-inputs (inputs
(list python-click (list python-click
python-coloredlogs python-coloredlogs
python-future python-future