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>master
parent
a2a22a09c4
commit
6ff5b79804
|
@ -5313,7 +5313,7 @@ documentation.")
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
libgnome-games-support
|
libgnome-games-support-1
|
||||||
librsvg
|
librsvg
|
||||||
yelp))
|
yelp))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Mines")
|
(home-page "https://wiki.gnome.org/Apps/Mines")
|
||||||
|
|
Reference in New Issue