diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index fc94242ac6..d947f2d7eb 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -446,12 +446,12 @@ including CBZ, CB7, CBT, LHA.") (native-inputs `(("pkg-config" ,pkg-config))) (inputs - `(("glib" ,glib) + `(("glib" ,glib) ("imagemagick" ,imagemagick))) - (synopsis "Terminal Graphics for the 21st Century") + (synopsis "Convert images to ANSI/Unicode characters") (description - "Chafa is a command-line utility that converts all kinds of images, -including animated GIFs, into ANSI/Unicode character output that can be + "Chafa is a command-line utility that converts all kinds of images, +including animated GIFs, into ANSI/Unicode character output that can be displayed in a terminal.") (home-page "https://hpjansson.org/chafa/") (license license:lgpl3+)))