From d2f9abdde1c956fa24a9a47ffaf5b4763292c0fb Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Aug 2023 01:32:21 +0300 Subject: [PATCH] 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 @@ (define-public gnome-system-monitor gtk+ gtkmm-3 libhandy - librsvg + (librsvg-for-system) libxml2 libwnck)) (home-page "https://wiki.gnome.org/Apps/SystemMonitor")