mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
a2a22a09c4
commit
6ff5b79804
1 changed files with 1 additions and 1 deletions
|
@ -5313,7 +5313,7 @@ (define-public gnome-mines
|
|||
vala))
|
||||
(inputs
|
||||
(list gtk+
|
||||
libgnome-games-support
|
||||
libgnome-games-support-1
|
||||
librsvg
|
||||
yelp))
|
||||
(home-page "https://wiki.gnome.org/Apps/Mines")
|
||||
|
|
Loading…
Reference in a new issue