diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 13:12:48 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:11 +0100 |
| commit | 09a3e09fa8b32087ca7a627429cd60669518b522 (patch) | |
| tree | 56d21fcabbb0b53eb68216ba5f55db7a6d124ce4 | |
| parent | 825ceadb5fd559930f9e60d8e40db5e5509e508a (diff) | |
gnu: tetoolkit: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (tetoolkit): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I4fce644bee87c5d6c64a9a3cdf3581a1bae12909
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 26a1e39df9e..6e42e1a45e0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5951,7 +5951,7 @@ high-throughput sequencing data – with an emphasis on simplicity.") (sha256 (base32 "1m3xsydakhdan9gp9mfdz7llka5g6ak91d0mbl1cmmxq9qs6an4y")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -5994,6 +5994,9 @@ high-throughput sequencing data – with an emphasis on simplicity.") python-pysam r-minimal r-deseq2)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/mhammell-laboratory/TEtranscripts") (synopsis "Transposable elements in differential enrichment analysis") (description |
