guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.


From: guix-commits
Subject: 13/15: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf.
Date: Fri, 12 Mar 2021 09:07:20 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit 5e02d1a2b20e5ddaeb9d8b70735d0990bb05b691
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:38:27 2021 -0500

    gnu: cogl: 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 (cogl)[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 5905e5d..dd733bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5689,7 +5689,7 @@ throughout GNOME for API documentation).")
        ("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("glib" ,glib)
-       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gdk-pixbuf" ,gdk-pixbuf+svg)
        ("libx11" ,libx11)
        ("libxext" ,libxext)
        ("libxfixes" ,libxfixes)



reply via email to

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