guix-commits
[Top][All Lists]
Advanced

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

14/142: gnu: librsvg-next: Do not propagate gdk-pixbuf.


From: guix-commits
Subject: 14/142: gnu: librsvg-next: Do not propagate gdk-pixbuf.
Date: Wed, 20 Oct 2021 14:56:22 -0400 (EDT)

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

commit 32de0c3df735bb3cbee30feb0b69d71e42c57089
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 1b9d13f..a97d47d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3552,6 +3552,7 @@ for dealing with different structured file formats.")
      `(("bzip2" ,bzip2)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
+       ("gdk-pixbuf" ,gdk-pixbuf)
        ("harfbuzz" ,harfbuzz)
        ("libcroco" ,libcroco)
        ("libgsf" ,libgsf)
@@ -3559,7 +3560,6 @@ for dealing with different structured file formats.")
        ("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]