This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 30fae6ab28 gnu: chafa: Add support for more file formats.
30fae6ab28 is described below

commit 30fae6ab28bf496359b550978ba2e07536456583
Author: Mathieu Laparie <[email protected]>
AuthorDate: Wed Jul 23 21:37:12 2025 +0200

    gnu: chafa: Add support for more file formats.
    
    * gnu/packages/image-viewers.scm (chafa)[inputs]: Add librsvg, libtiff
    and libwebp.
    
    Change-Id: Ic1a06db794ba28953043e98ea6293467570c0fd3
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/image-viewers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 7923bf7f46..21b81617e6 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -864,7 +864,7 @@ preloading.")
     (native-inputs
      (list pkg-config which))
     (inputs
-     (list freetype libjpeg-turbo glib imagemagick))
+     (list freetype libjpeg-turbo librsvg libtiff libwebp glib imagemagick))
     (synopsis "Convert images to ANSI/Unicode characters")
     (description
      "Chafa is a command-line utility that converts all kinds of images,

Reply via email to