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:
Ricardo Wurmus 2023-04-25 20:47:48 +02:00
parent 92a903499b
commit 4598928a90
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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