guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/201: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbu


From: guix-commits
Subject: 15/201: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Date: Mon, 1 Nov 2021 23:18:21 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 8ddb86aaaeea387094cf9752d25efe5e4c943129
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:37:57 2021 -0500

    gnu: libgweather: 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 (libgweather)[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 864b2a1..f4ce306 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5482,7 +5482,7 @@ service via the system message bus.")
      ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
      ;; libsoup.
      `(("gtk+" ,gtk+)
-       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gdk-pixbuf" ,gdk-pixbuf+svg)
        ("libxml2" ,libxml2)
        ("libsoup" ,libsoup)
        ("geocode-glib" ,geocode-glib)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]