[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
From: |
guix-commits |
Subject: |
06/15: gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Fri, 12 Mar 2021 09:07:17 -0500 (EST) |
apteryx pushed a commit to branch staging
in repository guix.
commit 4fb525dff294a7c5c81fcdefab60c38f719b6e95
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:31:22 2021 -0500
gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes
with GTK+'s own gdk-pixbuf+svg propagation.
* gnu/packages/pdf.scm (weasyprint)[propagated-inputs]: Replace gdk-pixbuf
by
gdk-pixbuf+svg.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index daea7ee..2650d93 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -20,7 +20,7 @@
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
-;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1538,7 +1538,7 @@ manipulating PDF documents from the command line. It
supports
("glib" ,glib)
("pango" ,pango)))
(propagated-inputs
- `(("gdk-pixbuf" ,gdk-pixbuf)
+ `(("gdk-pixbuf" ,gdk-pixbuf+svg)
("python-cairocffi" ,python-cairocffi)
("python-cairosvg" ,python-cairosvg)
("python-cffi" ,python-cffi)
- branch staging updated (5a9350a -> 42231bc), guix-commits, 2021/03/12
- 01/15: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/03/12
- 04/15: gnu: librsvg: Add a debug output., guix-commits, 2021/03/12
- 02/15: gnu: gdk-pixbuf: Fix indentation., guix-commits, 2021/03/12
- 03/15: gnu: gdk-pixbuf+svg: Add a debug output., guix-commits, 2021/03/12
- 06/15: gnu: weasyprint: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 07/15: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 08/15: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 11/15: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/03/12
- 12/15: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 13/15: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 05/15: gnu: librsvg-next: Have its name match its symbol., guix-commits, 2021/03/12
- 09/15: gnu: libgsf: Do not propagate gdk-pixbuf., guix-commits, 2021/03/12
- 10/15: gnu: librsvg: Do not propagate gdk-pixbuf., guix-commits, 2021/03/12
- 15/15: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12
- 14/15: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/03/12