mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: mutter: 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/gnome.scm (mutter)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
This commit is contained in:
parent
5e02d1a2b2
commit
ad6a9507c4
1 changed files with 1 additions and 1 deletions
|
@ -7367,7 +7367,7 @@ (define-public mutter
|
|||
;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
|
||||
("atk" ,atk)
|
||||
("cairo" ,cairo)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("gdk-pixbuf" ,gdk-pixbuf+svg)
|
||||
("glib" ,glib)
|
||||
("json-glib" ,json-glib)
|
||||
("libinput" ,libinput)
|
||||
|
|
Loading…
Reference in a new issue