mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: scregseg: Add missing native-inputs.
* gnu/packages/bioinformatics.scm (scregseg)[native-inputs]: Add python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
576ffc088a
commit
89a891a7e1
1 changed files with 2 additions and 1 deletions
|
@ -24328,7 +24328,8 @@ populations.")
|
|||
(substitute* "setup.py"
|
||||
(("'sklearn',") "")))))))
|
||||
(native-inputs
|
||||
(list python-cython))
|
||||
(list python-cython
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-scikit-learn
|
||||
python-scipy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue