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.
This commit is contained in:
Maxim Cournoyer 2021-03-11 17:31:22 -05:00
parent 95398c7139
commit 4fb525dff2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -20,7 +20,7 @@
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si> ;;; 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. ;;; This file is part of GNU Guix.
;;; ;;;
@ -1538,7 +1538,7 @@ (define-public weasyprint
("glib" ,glib) ("glib" ,glib)
("pango" ,pango))) ("pango" ,pango)))
(propagated-inputs (propagated-inputs
`(("gdk-pixbuf" ,gdk-pixbuf) `(("gdk-pixbuf" ,gdk-pixbuf+svg)
("python-cairocffi" ,python-cairocffi) ("python-cairocffi" ,python-cairocffi)
("python-cairosvg" ,python-cairosvg) ("python-cairosvg" ,python-cairosvg)
("python-cffi" ,python-cffi) ("python-cffi" ,python-cffi)