gnu: sjcount: Remove reference to %build-inputs.
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove reference to %build-inputs by using a gexp.
This commit is contained in:
		
							parent
							
								
									4c6cb448fd
								
							
						
					
					
						commit
						a8b60bd475
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -11369,9 +11369,9 @@ analyses in addition to large-scale sequence-level searches.")
 | 
			
		|||
      (arguments
 | 
			
		||||
       `(#:tests? #f                    ; requires a 1.4G test file
 | 
			
		||||
         #:make-flags
 | 
			
		||||
         (list (string-append "SAMTOOLS_DIR="
 | 
			
		||||
                              (assoc-ref %build-inputs "samtools")
 | 
			
		||||
                              "/lib/"))
 | 
			
		||||
         ,#~(list (string-append "SAMTOOLS_DIR="
 | 
			
		||||
                                 #$(this-package-input "samtools")
 | 
			
		||||
                                 "/lib/"))
 | 
			
		||||
         #:phases
 | 
			
		||||
         (modify-phases %standard-phases
 | 
			
		||||
           (replace 'configure
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue