guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: librsvg-next: Do not propagate gdk-pixbuf.


From: guix-commits
Subject: 11/15: gnu: librsvg-next: Do not propagate gdk-pixbuf.
Date: Fri, 12 Mar 2021 09:07:19 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit 26487f6f8ab6cb3423a560f8dffe19a2708edbcc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 17:36:45 2021 -0500

    gnu: librsvg-next: Do not propagate 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 (librsvg-next)[propagated-inputs]: Remove 
gdk-pixbuf.
    [inputs]: Add 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 56de2e5..5620b32 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3513,6 +3513,7 @@ library.")
      `(("bzip2" ,bzip2)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
+       ("gdk-pixbuf" ,gdk-pixbuf)
        ("harfbuzz" ,harfbuzz)
        ("libcroco" ,libcroco)
        ("libgsf" ,libgsf)
@@ -3520,7 +3521,6 @@ library.")
        ("pango" ,pango)))
     (propagated-inputs
      `(("cairo" ,cairo)
-       ("gdk-pixbuf" ,gdk-pixbuf)
        ("glib" ,glib)))
     (synopsis "SVG rendering library")
     (description "Librsvg is a library to render SVG images to Cairo surfaces.



reply via email to

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