efraim pushed a commit to branch master
in repository guix.

commit 43c13cd7906eef6661dd09ccf3e7acb398228387
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 15 01:22:24 2023 +0300

    gnu: gnome-photos: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gnome-photos)[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 6dda1a70c3..f63048f30a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -870,7 +870,7 @@ tomorrow, the rest of the week and for special occasions.")
            libjpeg-turbo
            libportal
            libpng
-           librsvg
+           (librsvg-for-system)
            python-pygobject
            rest
            tracker

Reply via email to