guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Remove librsvg@2.50 from the Xfce dependency graph.


From: guix-commits
Subject: 03/04: gnu: Remove librsvg@2.50 from the Xfce dependency graph.
Date: Thu, 2 Dec 2021 09:00:35 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 689d141cd83f56ee82b54bdaaef5c6d57a980a91
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 2 13:16:13 2021 +0100

    gnu: Remove librsvg@2.50 from the Xfce dependency graph.
    
    This allows us to build Xfce on non-x86_64 platforms.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Use
    'librsvg-for-system' instead of 'librsvg'.
    * gnu/packages/gtk.scm (guile-rsvg)[inputs]: Likewise.
    * gnu/packages/xfce.scm (xfce4-xkb-plugin)[inputs]: Likewise.
---
 gnu/packages/gstreamer.scm | 2 +-
 gnu/packages/gtk.scm       | 2 +-
 gnu/packages/xfce.scm      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 35a992d..7ea5f19 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -681,7 +681,7 @@ for the GStreamer multimedia library.")
        ("bzip2" ,bzip2)
        ("cairo" ,cairo)
        ("flac" ,flac)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("glib" ,glib)
        ("glib-networking" ,glib-networking)
        ("glu" ,glu)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e8ac0b7..b69fa37 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1417,7 +1417,7 @@ exceptions, macros, and a dynamic programming 
environment.")
                        ("libtool" ,libtool)
                        ("texinfo" ,texinfo)))
       (inputs `(("guile" ,guile-3.0)
-                ("librsvg" ,librsvg)
+                ("librsvg" ,(librsvg-for-system))
                 ("guile-lib" ,guile-lib)))        ;for (unit-test)
       (propagated-inputs `(("guile-cairo" ,guile-cairo)))
       (synopsis "Render SVG images using Cairo from Guile")
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 06f3e3a..a63676a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -633,7 +633,7 @@ applications, and includes a search bar to search for 
applications.")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("garcon" ,garcon)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libwnck" ,libwnck)
        ("libx11" ,libx11)
        ("libxfce4ui" ,libxfce4ui)



reply via email to

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