mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
95398c7139
commit
4fb525dff2
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ (define-public weasyprint
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue