mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (define-public libjxl
|
|||
(list freeglut
|
||||
gflags
|
||||
giflib
|
||||
google-brotli
|
||||
google-highway
|
||||
imath
|
||||
;; lcms ; requires lcms@2.13
|
||||
libavif
|
||||
|
@ -2278,6 +2276,9 @@ (define-public libjxl
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue