guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: gnome-sudoku: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

commit 2d8eea832b6072ca1b9494e578998a6f7cfc9e2f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 18 19:04:28 2023 +0300

    gnu: gnome-sudoku: Build with librsvg-for-system.
    
    * gnu/packages/gnome.scm (gnome-sudoku)[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 05397585c8..989d02ef83 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5387,7 +5387,7 @@ once.")
      (list gtk+
            json-glib
            libgee
-           librsvg
+           (librsvg-for-system)
            qqwing))
     (home-page "https://wiki.gnome.org/Apps/Sudoku";)
     (synopsis "Japanese logic game")



reply via email to

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