gnu: libsixel: Propagate GDK-PIXBUF.

* gnu/packages/image.scm (libsixel)[inputs]: Move GDK-PIXBUF...
[propagated-inputs]: ... to here.

Change-Id: Ifcbcae7882f1f6292d436f679552b8e0a67d9eda
This commit is contained in:
Nicolas Goaziou 2024-09-05 22:14:45 +02:00
parent bfb70cbe49
commit a6ec381b16
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -2832,7 +2832,10 @@ Graphics (PNGs), intended as an easy-to-use replacement for @code{libpng}.")
"-Dlibcurl=disabled"
"-Dgdk-pixbuf2=enabled")))
(native-inputs (list pkg-config))
(inputs (list gdk-pixbuf libjpeg-turbo libpng python))
(inputs (list libjpeg-turbo libpng python))
;; pkg-config's "Requires.private" need gdk-pixbuf. TODO: Remove it when
;; we use pkgconf.
(propagated-inputs (list gdk-pixbuf))
(home-page "https://github.com/libsixel/libsixel")
(synopsis
"Encoder and decoder implementation for DEC SIXEL graphics")