[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/203: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
From: |
guix-commits |
Subject: |
13/203: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf. |
Date: |
Wed, 3 Nov 2021 21:09:44 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7a537c762515e45641c9df7d2be538ffc08d063b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:34:33 2021 -0500
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.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 189efd3..2c1280c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3103,7 +3103,7 @@ configuring CUPS.")
#t)))))
(propagated-inputs
`(;; In Requires of libnotify.pc.
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("glib" ,glib)))
(inputs
`(("gtk+" ,gtk+)
- branch core-updates-frozen-batched-changes created (now 1f5cff2), guix-commits, 2021/11/03
- 04/203: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/11/03
- 02/203: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/11/03
- 28/203: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/03
- 13/203: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.,
guix-commits <=
- 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/03
- 23/203: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/03
- 24/203: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/03
- 36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/03
- 35/203: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/03
- 41/203: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/03
- 44/203: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/03
- 26/203: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/03
- 48/203: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/03
- 47/203: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/03