gnu: python-rarfile: Use INVOKE.
* gnu/packages/python-xyz.scm (python-rarfile)[arguments]: Unconditionally return #T from "check" phase.
This commit is contained in:
		
							parent
							
								
									40b8c4e34d
								
							
						
					
					
						commit
						e59dd3415d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8489,7 +8489,7 @@ module, adding support for Unicode strings.")
 | 
			
		|||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'check
 | 
			
		||||
           ;; Many tests fail, but the installation proceeds.
 | 
			
		||||
           (lambda _ (zero? (system* "make" "-C" "test" "test")))))))
 | 
			
		||||
           (lambda _ (invoke "make" "-C" "test" "test"))))))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("which" ,which))) ; required for tests
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue