mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: cwltool: Use pyproject-build-system.
"setup.py install is deprecated. Use build and pip and other standards-based tools." It then falls back to attempting to install packages via pip. * gnu/packages/bioinformatics.scm (cwltool)[build-system]: Use pyproject-build-system.
This commit is contained in:
parent
92a903499b
commit
4598928a90
1 changed files with 1 additions and 1 deletions
|
@ -3797,7 +3797,7 @@ (define-public cwltool
|
|||
(sha256
|
||||
(base32
|
||||
"1jmrm0qrqgka79avc1kq63fgh20gx6g07fc8p3iih4k85vhdyl3f"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue