guix-commits
[Top][All Lists]
Advanced

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

38/41: gnu: gnome-control-center: Build with librsvg-for-system.


From: guix-commits
Subject: 38/41: gnu: gnome-control-center: Build with librsvg-for-system.
Date: Mon, 14 Aug 2023 22:49:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 485245e7b0e3193547b61b400b8f1d4875f837cf
Author: Efraim Flashner <efraim@flashner.co.il>
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

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