diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 13:09:38 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:11 +0100 |
| commit | 8ed2fcd5aa31166b588daee9caddffd9806c128b (patch) | |
| tree | d196a3c80750496c6a36bec6486c6963e7a5500a | |
| parent | abeb7cd9fa71b52c5c273624fa4a36bf595b7d67 (diff) | |
gnu: tbsp: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (tbsp): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I6d454d95050862378b7f06c09a42994efd9875a6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2c1699d2f4a..0fcbe8e6bee 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22353,7 +22353,7 @@ and reflect the fast5 file schema, and tools to convert between (sha256 (base32 "1im0bik2hxkcb7jzkcxp5nqb30hd8lfraxml6i5ik52j6z3qqln1")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments '(#:tests? #f ; no tests included #:phases @@ -22370,6 +22370,9 @@ and reflect the fast5 file schema, and tools to convert between python-biopython-1.73 python-scikit-learn python-scipy)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/phoenixding/tbsp/") (synopsis "SNP-based trajectory inference") (description |
