gnu: sailfish: Use INVOKE.
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Use INVOKE instead of SYSTEM*.
This commit is contained in:
		
							parent
							
								
									86c6928ea3
								
							
						
					
					
						commit
						9f527c9199
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -12014,10 +12014,10 @@ bytes of memory space, where n is the length of the string.")
 | 
			
		|||
                   (include "external/install/include/rapmap/")
 | 
			
		||||
                   (rapmap (assoc-ref inputs "rapmap")))
 | 
			
		||||
               (mkdir-p "/tmp/rapmap")
 | 
			
		||||
               (system* "tar" "xf"
 | 
			
		||||
                        (assoc-ref inputs "rapmap")
 | 
			
		||||
                        "-C" "/tmp/rapmap"
 | 
			
		||||
                        "--strip-components=1")
 | 
			
		||||
               (invoke "tar" "xf"
 | 
			
		||||
                       (assoc-ref inputs "rapmap")
 | 
			
		||||
                       "-C" "/tmp/rapmap"
 | 
			
		||||
                       "--strip-components=1")
 | 
			
		||||
               (mkdir-p src)
 | 
			
		||||
               (mkdir-p include)
 | 
			
		||||
               (for-each (lambda (file)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue