gnu: woff-tools: Fix cross building.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: Don't hardcode gcc.
This commit is contained in:
		
							parent
							
								
									149666dfef
								
							
						
					
					
						commit
						146b756659
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -160,7 +160,7 @@ scripts.") | |||
|     (inputs | ||||
|      `(("zlib" ,zlib))) | ||||
|     (arguments | ||||
|      `(#:make-flags '("CC=gcc") | ||||
|      `(#:make-flags '(,(string-append "CC=" (cc-for-target))) | ||||
|        #:tests? #f                      ;no tests | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|  |  | |||
		Reference in a new issue