diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:35 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:26 +0200 |
commit | 89a891a7e14193c0bb8e879c25a7be991383c66f (patch) | |
tree | 63541b3e47498ff1ab36f39acbb8fc2a50f291af | |
parent | 576ffc088a86ca9acf0095ad1362097ce1ae4d70 (diff) |
gnu: scregseg: Add missing native-inputs.
* gnu/packages/bioinformatics.scm (scregseg)[native-inputs]: Add
python-wheel.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 61568674fa..c7108b3058 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |