gnu: guile-png: Fix cross-building.
* gnu/packages/guile-xyz.scm (guile-png)[native-inputs]: Add guile-3.0, guile-lib, guile-zlib and guile-smc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									8b1b9334e4
								
							
						
					
					
						commit
						99a61391d7
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		|  | @ -3867,7 +3867,15 @@ debugging code.") | |||
|                 (string-append "             (png graphics)\n" | ||||
|                                "             (png fsm context))\n" | ||||
|                                "(log-clear-handlers!)")))))))) | ||||
|     (native-inputs (list autoconf automake pkg-config texinfo)) | ||||
|     (native-inputs (list autoconf | ||||
|                          automake | ||||
|                          pkg-config | ||||
|                          texinfo | ||||
|                          ;; needed when cross-compiling. | ||||
|                          guile-3.0 | ||||
|                          guile-lib | ||||
|                          guile-zlib | ||||
|                          guile-smc)) | ||||
|     (inputs (list bash-minimal guile-3.0 guile-lib guile-zlib)) | ||||
|     (propagated-inputs (list guile-smc)) | ||||
|     (home-page "https://github.com/artyom-poptsov/guile-png") | ||||
|  |  | |||
		Reference in a new issue