guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libjxl: Propagate required inputs.


From: guix-commits
Subject: branch master updated: gnu: libjxl: Propagate required inputs.
Date: Tue, 15 Nov 2022 07:16:05 -0500

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 <marius@gnu.org>
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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]