gnu: libjxl: Propagate required inputs.
* gnu/packages/image.scm (libjxl)[inputs]: Move GOOGLE-BROTLI and GOOGLE-HIGHWAY ... [propagated-inputs]: ... here.
This commit is contained in:
		
							parent
							
								
									d2b4226709
								
							
						
					
					
						commit
						2f5607badc
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -2269,8 +2269,6 @@ Format) file format decoder and encoder.") | |||
|      (list freeglut | ||||
|            gflags | ||||
|            giflib | ||||
|            google-brotli | ||||
|            google-highway | ||||
|            imath | ||||
|            ;; lcms ; requires lcms@2.13 | ||||
|            libavif | ||||
|  | @ -2278,6 +2276,9 @@ Format) file format decoder and encoder.") | |||
|            libpng | ||||
|            libwebp | ||||
|            openexr)) | ||||
|     ;; These are in Requires.private of libjxl.pc. | ||||
|     (propagated-inputs | ||||
|      (list google-brotli google-highway)) | ||||
|     (home-page "https://github.com/libjxl/libjxl") | ||||
|     (synopsis "JPEG XL image format reference implementation") | ||||
|     (description "This package contains a reference implementation of JPEG XL | ||||
|  |  | |||
		Reference in a new issue