gnu: ocaml-zarith: Use INVOKE.
* gnu/packages/ocaml.scm (ocaml-zarith)[arguments]: Use INVOKE.
This commit is contained in:
		
							parent
							
								
									2c0234e78e
								
							
						
					
					
						commit
						04daa1ed72
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1149,8 +1149,7 @@ files in these formats.")
 | 
			
		|||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'configure
 | 
			
		||||
           (lambda* (#:key #:allow-other-keys)
 | 
			
		||||
             (zero? (system* "./configure")))))))
 | 
			
		||||
           (lambda _ (invoke "./configure"))))))
 | 
			
		||||
    (home-page "https://forge.ocamlcore.org/projects/zarith/")
 | 
			
		||||
    (synopsis "Implements arbitrary-precision integers")
 | 
			
		||||
    (description "Implements arithmetic and logical operations over
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue