mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: libnotify: 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 (libnotify)[propagated-inputs]: Replace gdk-pixbuf by gdk-pixbuf+svg.
This commit is contained in:
parent
fb6a1ff921
commit
099ca0e0b5
1 changed files with 1 additions and 1 deletions
|
@ -3042,7 +3042,7 @@ (define-public libnotify
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(;; In Requires of libnotify.pc.
|
`(;; In Requires of libnotify.pc.
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf+svg)
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in a new issue