[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: libsixel: Propagate GDK-PIXBUF.
From: |
guix-commits |
Subject: |
02/03: gnu: libsixel: Propagate GDK-PIXBUF. |
Date: |
Thu, 5 Sep 2024 16:22:08 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a6ec381b1636a04670db7f9b2ced795409175572
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Sep 5 22:14:45 2024 +0200
gnu: libsixel: Propagate GDK-PIXBUF.
* gnu/packages/image.scm (libsixel)[inputs]: Move GDK-PIXBUF...
[propagated-inputs]: ... to here.
Change-Id: Ifcbcae7882f1f6292d436f679552b8e0a67d9eda
---
gnu/packages/image.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 3a0d490edc..91890452d4 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -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")