3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

multiqc: Don't propagate inputs.

* gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Move all
packages ...
[inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2023-09-26 13:36:02 +03:00
parent 27ec9eeceb
commit b2887da40c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11751,7 +11751,7 @@ replacement for strverscmp.")
(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