gnu: htslib-for-stringtie: Inherit from htslib-1.12.
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from htslib-1.12.
This commit is contained in:
		
							parent
							
								
									4571b218b5
								
							
						
					
					
						commit
						b1dd32d8e3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4878,9 +4878,9 @@ data.  It also provides the @command{bgzip}, @command{htsfile}, and
 | 
			
		|||
 | 
			
		||||
(define htslib-for-stringtie
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit htslib)
 | 
			
		||||
    (inherit htslib-1.12)
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (inherit (package-source htslib))
 | 
			
		||||
              (inherit (package-source htslib-1.12))
 | 
			
		||||
              (patches
 | 
			
		||||
               (search-patches "htslib-for-stringtie.patch"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue