gnu: phylip: Remove trailing #T.
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
		
							parent
							
								
									4561ca7f4e
								
							
						
					
					
						commit
						125fdc3ba4
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -9249,7 +9249,7 @@ exon-skipping scanner detection scheme.")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after 'unpack 'enter-dir
 | 
					         (add-after 'unpack 'enter-dir
 | 
				
			||||||
           (lambda _ (chdir "src") #t))
 | 
					           (lambda _ (chdir "src")))
 | 
				
			||||||
         (delete 'configure)
 | 
					         (delete 'configure)
 | 
				
			||||||
         (replace 'install
 | 
					         (replace 'install
 | 
				
			||||||
           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs outputs #:allow-other-keys)
 | 
				
			||||||
| 
						 | 
					@ -9258,8 +9258,7 @@ exon-skipping scanner detection scheme.")
 | 
				
			||||||
               (mkdir-p target)
 | 
					               (mkdir-p target)
 | 
				
			||||||
               (for-each (lambda (file)
 | 
					               (for-each (lambda (file)
 | 
				
			||||||
                           (install-file file target))
 | 
					                           (install-file file target))
 | 
				
			||||||
                         (find-files "../exe" ".*")))
 | 
					                         (find-files "../exe" ".*"))))))))
 | 
				
			||||||
             #t)))))
 | 
					 | 
				
			||||||
    (home-page "http://evolution.genetics.washington.edu/phylip/")
 | 
					    (home-page "http://evolution.genetics.washington.edu/phylip/")
 | 
				
			||||||
    (synopsis "Tools for inferring phylogenies")
 | 
					    (synopsis "Tools for inferring phylogenies")
 | 
				
			||||||
    (description "PHYLIP (the PHYLogeny Inference Package) is a package of
 | 
					    (description "PHYLIP (the PHYLogeny Inference Package) is a package of
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue