gnu: jamm: Remove broken "build" phase.
* gnu/packages/bioinformatics.scm (jamm)[arguments]: Remove "build" phase.
This commit is contained in:
		
							parent
							
								
									9757b57f4e
								
							
						
					
					
						commit
						e7c6bc45ed
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
					@ -14217,12 +14217,7 @@ absolute GSEA.")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (delete 'configure)
 | 
					         (delete 'configure)
 | 
				
			||||||
         (replace 'build
 | 
					         (delete 'build)
 | 
				
			||||||
           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
					 | 
				
			||||||
             (substitute* "JAMM.sh"
 | 
					 | 
				
			||||||
               (("^sPath=.*")
 | 
					 | 
				
			||||||
                (string-append "")))
 | 
					 | 
				
			||||||
             #t))
 | 
					 | 
				
			||||||
         (replace 'install
 | 
					         (replace 'install
 | 
				
			||||||
           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
				
			||||||
             (let* ((out (assoc-ref outputs "out"))
 | 
					             (let* ((out (assoc-ref outputs "out"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue