gnu: gnumach-headers: Use invoke.
* gnu/packages/hurd.scm (gnumach-headers)[arguments]: Use invoke in the custom install phase.
This commit is contained in:
		
							parent
							
								
									ac8281214f
								
							
						
					
					
						commit
						2057ea6825
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -60,8 +60,7 @@ | |||
|        (modify-phases %standard-phases | ||||
|          (replace 'install | ||||
|            (lambda _ | ||||
|              (zero? | ||||
|               (system* "make" "install-data")))) | ||||
|              (invoke "make" "install-data"))) | ||||
|          (delete 'build)) | ||||
| 
 | ||||
|       ;; GNU Mach supports only IA32 currently, so cheat so that we can at | ||||
|  |  | |||
		Reference in a new issue