diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:37 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:26 +0200 |
commit | e01edc1146a9afef31a026dfeb8c3cd25c113827 (patch) | |
tree | 9ed8fd19e5913b25863c25e5b301028aaee6a949 | |
parent | ec22768c118bde3e8767798699dd8130f5a552d2 (diff) |
gnu: mageck: Add missing native-inputs.
* gnu/packages/bioinformatics.scm (mageck)[native-inputs]: Add
python-wheel.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c7108b3058..b5839f9763 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9993,6 +9993,8 @@ sequences).") (with-directory-excursion (string-append "demo/" dir) (invoke "bash" script)))) tests)))))))) + (native-inputs + (list python-wheel)) (inputs (list python-numpy python-scipy |