guix-commits
[Top][All Lists]
Advanced

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

40/41: gnu: gthumb: Build with librsvg-for-system.


From: guix-commits
Subject: 40/41: gnu: gthumb: 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 1df0b636e14a947eceeea27edc7b26558522b17a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 15 02:17:22 2023 +0300

    gnu: gthumb: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gthumb)[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 7df05be337..c32c044c66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11771,7 +11771,7 @@ functionality.")
        ("libheif" ,libheif)
        ("libjpeg" ,libjpeg-turbo)
        ("libraw" ,libraw)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libtiff" ,libtiff)
        ("libwebp" ,libwebp)))
     (home-page "https://wiki.gnome.org/Apps/Gthumb";)



reply via email to

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