diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-14 21:30:43 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-15 13:09:04 +0100 |
commit | 2f5607badc0b10de087cb079701ad24f28f3e40e (patch) | |
tree | 3d2a6462efcf12ba13069b97ce17d29a47e99d65 | |
parent | d2b4226709d2ba6e59a385613eef5c0537c2ff4b (diff) |
gnu: libjxl: Propagate required inputs.
* gnu/packages/image.scm (libjxl)[inputs]: Move GOOGLE-BROTLI and
GOOGLE-HIGHWAY ...
[propagated-inputs]: ... here.
-rw-r--r-- | gnu/packages/image.scm | 5 |
1 files 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 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 |