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
@ -2269,8 +2269,6 @@ Format) file format decoder and encoder.")
|
|||||||
(list freeglut
|
(list freeglut
|
||||||
gflags
|
gflags
|
||||||
giflib
|
giflib
|
||||||
google-brotli
|
|
||||||
google-highway
|
|
||||||
imath
|
imath
|
||||||
;; lcms ; requires lcms@2.13
|
;; lcms ; requires lcms@2.13
|
||||||
libavif
|
libavif
|
||||||
@ -2278,6 +2276,9 @@ Format) file format decoder and encoder.")
|
|||||||
libpng
|
libpng
|
||||||
libwebp
|
libwebp
|
||||||
openexr))
|
openexr))
|
||||||
|
;; These are in Requires.private of libjxl.pc.
|
||||||
|
(propagated-inputs
|
||||||
|
(list google-brotli google-highway))
|
||||||
(home-page "https://github.com/libjxl/libjxl")
|
(home-page "https://github.com/libjxl/libjxl")
|
||||||
(synopsis "JPEG XL image format reference implementation")
|
(synopsis "JPEG XL image format reference implementation")
|
||||||
(description "This package contains a reference implementation of JPEG XL
|
(description "This package contains a reference implementation of JPEG XL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user