efraim pushed a commit to branch master
in repository guix.

commit 485245e7b0e3193547b61b400b8f1d4875f837cf
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 15 01:30:15 2023 +0300

    gnu: gnome-control-center: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gnome-control-center)[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 1a0e1cc379..13a3ced4db 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9108,7 +9108,7 @@ devices using the GNOME desktop.")
            libgtop
            libnma
            libpwquality
-           librsvg                      ;for loading SVG files
+           (librsvg-for-system)             ;for loading SVG files
            libsecret
            libxml2
            libwacom

Reply via email to