guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: gnome-settings-daemon: Build with correct librsvg.


From: guix-commits
Subject: 10/11: gnu: gnome-settings-daemon: Build with correct librsvg.
Date: Sun, 23 Jan 2022 17:36:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d0308e68d6b26e95043415a3643adf15ae6725de
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Sat Jan 22 03:59:18 2022 +0100

    gnu: gnome-settings-daemon: Build with correct librsvg.
    
    * gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]:
    Replace librsvg with librsvg-for-system.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 fdfd9fc8ab..2fe1f4de39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5627,7 +5627,7 @@ services for numerous locations.")
            cups
            gsettings-desktop-schemas
            libwacom
-           librsvg
+           (librsvg-for-system)
            xf86-input-wacom
            wayland
            network-manager



reply via email to

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