gnu: scregseg: Remove cythonized file.
* gnu/packages/bioinformatics.scm (scregseg)[source]: Add snippet to remove cythonized file.
This commit is contained in:
		
							parent
							
								
									5059e7f01e
								
							
						
					
					
						commit
						7034746e15
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15894,7 +15894,11 @@ populations.")
 | 
			
		|||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1k8hllr5if6k2mm2zj391fv40sfc008cjm04l9vgfsdppb80i112"))))
 | 
			
		||||
                "1k8hllr5if6k2mm2zj391fv40sfc008cjm04l9vgfsdppb80i112"))
 | 
			
		||||
              (snippet
 | 
			
		||||
               #~(begin
 | 
			
		||||
                   (use-modules ((guix build utils)))
 | 
			
		||||
                   (delete-file "src/scregseg/_utils.c")))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #false                  ; tests require network access
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue