mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: five-or-more: Make libxml2 a regular input.
* gnu/packages/gnome.scm (five-or-more)[native-inputs]: Move libxml2 from here… [inputs]: …to here, as it's a reference of .five-or-more-real.
This commit is contained in:
parent
6e67786060
commit
b6086d315f
1 changed files with 1 additions and 2 deletions
|
@ -4981,11 +4981,10 @@ (define-public five-or-more
|
|||
`(,glib "bin") ; for glib-compile-resources
|
||||
intltool
|
||||
itstool
|
||||
libxml2
|
||||
pkg-config
|
||||
vala))
|
||||
(inputs
|
||||
(list gtk+ libgnome-games-support librsvg))
|
||||
(list gtk+ libgnome-games-support 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