mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mageck: Add missing native-inputs.
* gnu/packages/bioinformatics.scm (mageck)[native-inputs]: Add python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ec22768c11
commit
e01edc1146
1 changed files with 2 additions and 0 deletions
|
@ -9993,6 +9993,8 @@ sequences).")
|
||||||
(with-directory-excursion (string-append "demo/" dir)
|
(with-directory-excursion (string-append "demo/" dir)
|
||||||
(invoke "bash" script))))
|
(invoke "bash" script))))
|
||||||
tests))))))))
|
tests))))))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-numpy
|
(list python-numpy
|
||||||
python-scipy
|
python-scipy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue