This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2f5607badc gnu: libjxl: Propagate required inputs.
2f5607badc is described below
commit 2f5607badc0b10de087cb079701ad24f28f3e40e
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Nov 14 21:30:43 2022 +0100
gnu: libjxl: Propagate required inputs.
* gnu/packages/image.scm (libjxl)[inputs]: Move GOOGLE-BROTLI and
GOOGLE-HIGHWAY ...
[propagated-inputs]: ... here.
---
gnu/packages/image.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7ff6442966..bbe03c64da 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2269,8 +2269,6 @@ Format) file format decoder and encoder.")
(list freeglut
gflags
giflib
- google-brotli
- google-highway
imath
;; lcms ; requires [email protected]
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