mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
6e5999d70b
commit
82aa5d47fb
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue