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 @@ doublets in single-cell RNA-seq data.") | |||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1jmrm0qrqgka79avc1kq63fgh20gx6g07fc8p3iih4k85vhdyl3f")))) | ||||
|     (build-system python-build-system) | ||||
|     (build-system pyproject-build-system) | ||||
|     (arguments | ||||
|      `(#:phases | ||||
|        (modify-phases %standard-phases | ||||
|  |  | |||
		Reference in a new issue