[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: aisleriot: Build with librsvg-for-system.
From: |
guix-commits |
Subject: |
07/09: gnu: aisleriot: 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 8f7211cafeffecf7e5f6079db23b5a94e57d799c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 18 19:06:04 2023 +0300
gnu: aisleriot: Build with librsvg-for-system.
* gnu/packages/gnome.scm (aisleriot)[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 989d02ef83..e1618bd028 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6085,7 +6085,7 @@ playlists in a variety of formats.")
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)))
(inputs
- (list gtk+ guile-2.2 libcanberra librsvg))
+ (list gtk+ guile-2.2 libcanberra (librsvg-for-system)))
(home-page "https://wiki.gnome.org/Apps/Aisleriot")
(synopsis "Solitaire card games")
(description
- branch master updated (c82b83a859 -> 0d70012efb), guix-commits, 2023/08/18
- 02/09: gnu: pitivi: Build with librsvg-for-system., guix-commits, 2023/08/18
- 07/09: gnu: aisleriot: Build with librsvg-for-system.,
guix-commits <=
- 01/09: gnu: darktable: Build with librsvg-for-system., guix-commits, 2023/08/18
- 09/09: gnu: gnome-themes-extra: Build with librsvg-for-system., guix-commits, 2023/08/18
- 03/09: gnu: remmina: Build with librsvg-for-system., guix-commits, 2023/08/18
- 06/09: gnu: gnome-sudoku: Build with librsvg-for-system., guix-commits, 2023/08/18
- 05/09: gnu: gtg: Build with librsvg-for-system., guix-commits, 2023/08/18
- 04/09: gnu: gtg: Add missing input., guix-commits, 2023/08/18
- 08/09: gnu: totem: Build with librsvg-for-system., guix-commits, 2023/08/18