gnu: rsem: Remove trailing #T from snippet.
* gnu/packages/bioinformatics.scm (rsem)[source]: Remove trailing #T.
This commit is contained in:
		
							parent
							
								
									cfaf37d10b
								
							
						
					
					
						commit
						23975fe27a
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -6132,8 +6132,7 @@ phylogenies.")
 | 
				
			||||||
        '(begin
 | 
					        '(begin
 | 
				
			||||||
           ;; remove bundled copy of boost and samtools
 | 
					           ;; remove bundled copy of boost and samtools
 | 
				
			||||||
           (delete-file-recursively "boost")
 | 
					           (delete-file-recursively "boost")
 | 
				
			||||||
           (delete-file-recursively "samtools-1.3")
 | 
					           (delete-file-recursively "samtools-1.3")))))
 | 
				
			||||||
           #t))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ;no "check" target
 | 
					     `(#:tests? #f ;no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue