gnu: gumbo-parser: Use INVOKE.
* gnu/packages/web.scm (gumbo-parser)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									7f4e5f19fa
								
							
						
					
					
						commit
						9cd760f13f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -4034,7 +4034,8 @@ and vice-versa.") | |||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'unpack 'bootstrap | ||||
|           (lambda _ (zero? (system* "sh" "autogen.sh"))))))) | ||||
|            (lambda _ | ||||
|              (invoke "sh" "autogen.sh")))))) | ||||
|     ;; The release tarball lacks the generated files. | ||||
|     (native-inputs | ||||
|      `(("autoconf" ,autoconf) | ||||
|  |  | |||
		Reference in a new issue