[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: gnome-mines: Fix build.
From: |
guix-commits |
Subject: |
06/08: gnu: gnome-mines: Fix build. |
Date: |
Wed, 14 Sep 2022 17:38:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6ff5b79804390a27751c65b65158cd5711420a98
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Sep 14 12:16:25 2022 +0200
gnu: gnome-mines: Fix build.
* gnu/packages/gnome.scm (gnome-mines)[inputs]: Replace
libgnome-games-support with libgnome-games-support-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 88e1fd88e9..cc8e2a0396 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5313,7 +5313,7 @@ documentation.")
vala))
(inputs
(list gtk+
- libgnome-games-support
+ libgnome-games-support-1
librsvg
yelp))
(home-page "https://wiki.gnome.org/Apps/Mines")
- branch master updated (883d4e0abf -> d9b7982ba5), guix-commits, 2022/09/14
- 01/08: gnu: xsimd: Update to 9.0.1., guix-commits, 2022/09/14
- 06/08: gnu: gnome-mines: Fix build.,
guix-commits <=
- 04/08: gnu: stunnel: Update to 5.66., guix-commits, 2022/09/14
- 05/08: gnu: mousepad: Fix build., guix-commits, 2022/09/14
- 07/08: gnu: podman: Install shell completions., guix-commits, 2022/09/14
- 08/08: gnu: go-ipfs: Install bash completion., guix-commits, 2022/09/14
- 03/08: gnu: rsync: Update to 3.2.6., guix-commits, 2022/09/14
- 02/08: gnu: xsimd-benchmark: Build example., guix-commits, 2022/09/14