diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-22 18:44:56 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-22 19:23:57 +0800 |
commit | cc1ddf8e6e846731634a156fc7106e1d45c88c62 (patch) | |
tree | 1e951bd29f17ad0ab3b9968fd9847fd2743d967e /gnu/packages/bioinformatics.scm | |
parent | c310d1f8f24cf24f2dd090f643ed756a7bd8f595 (diff) | |
download | guix-cc1ddf8e6e846731634a156fc7106e1d45c88c62.tar.gz guix-cc1ddf8e6e846731634a156fc7106e1d45c88c62.zip |
gnu: python-cwlformat: Fix build.
* gnu/packages/bioinformatics.scm (python-cwlformat): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Id3e4bc116d94f4e432b2b11fc35ad1baf7f6f756
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c20aea7da0..f9c898d884 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6113,6 +6113,7 @@ doublets in single-cell RNA-seq data.") (base32 "0agkz2w86k91rc9m5vx5hsqi5nm6fcmzkng6j99hjapz0r9233ql")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (propagated-inputs (list python-importlib-resources python-ruamel.yaml)) |