diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-15 22:40:00 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:21 +0100 |
| commit | 82aa5d47fb4d2c15c43880a82fcd11564a7833b9 (patch) | |
| tree | 402c10737a63c7526d4c36ebfb8ce50e15d22305 /gnu | |
| parent | 6e5999d70ba688212a7108f4dda0e9b927d0a69c (diff) | |
gnu: python-strawc: Switch to pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-strawc): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I49f697f9a968a141e5009ea8f860f0662500e0fd
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 80b59d6ad0..0fca39a8e6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -23906,7 +23906,9 @@ instruments, or Pacific Biosciences RSII or Sequel sequencers.") (sha256 (base32 "1z1gy8n56lhriy6hdkh9r82ndikndipq2cy2wh8q185qig4rimr6")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools)) + (arguments (list #:tests? #f)) ;No tests on either PyPI or Git. (inputs (list curl zlib)) (propagated-inputs |
