guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: gnome-themes-extra: Build with librsvg-for-system.


From: guix-commits
Subject: 09/09: gnu: gnome-themes-extra: Build with librsvg-for-system.
Date: Fri, 18 Aug 2023 15:49:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0d70012efb3d19cf9ba955b5df493f193af0ca7e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 18 19:33:03 2023 +0300

    gnu: gnome-themes-extra: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gnome-themes-extra)[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 36239d8d10..4a2e867476 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12157,7 +12157,7 @@ and a high score table.")
      `(("glib" ,glib)
        ("gtk+" ,gtk+)
        ("gtk+-2" ,gtk+-2)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libxml2" ,libxml2)))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra";)
     (synopsis "GNOME Extra Themes")



reply via email to

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