mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: five-or-more: Fix build.
* gnu/packages/gnome.scm (five-or-more)[inputs]: Replace libgnome-games-support with libgnome-games-support-1.
This commit is contained in:
parent
cbc1f75418
commit
d816693a23
1 changed files with 1 additions and 1 deletions
|
@ -5298,7 +5298,7 @@ (define-public five-or-more
|
|||
pkg-config
|
||||
vala))
|
||||
(inputs
|
||||
(list gtk+ libgnome-games-support librsvg libxml2))
|
||||
(list gtk+ libgnome-games-support-1 librsvg libxml2))
|
||||
(home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
|
||||
(synopsis "Logic puzzle game")
|
||||
(description "Five or More is a game where you try to align
|
||||
|
|
Loading…
Reference in a new issue