efraim pushed a commit to branch master
in repository guix.

commit d2f9abdde1c956fa24a9a47ffaf5b4763292c0fb
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 15 01:32:21 2023 +0300

    gnu: gnome-system-monitor: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gnome-system-monitor)[inputs]: Replace librsvg
    with librsvg-for-system.
---
 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 13a3ced4db..7df05be337 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10986,7 +10986,7 @@ Bluefish supports many programming and markup 
languages.")
            gtk+
            gtkmm-3
            libhandy
-           librsvg
+           (librsvg-for-system)
            libxml2
            libwnck))
     (home-page "https://wiki.gnome.org/Apps/SystemMonitor";)

Reply via email to