gnu: gnome-mines: Make yelp a regular input.

* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here…
[inputs]: …to here, as it's a reference of .gnome-mines-real.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 868b494ac2
commit c527b2faea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5022,10 +5022,9 @@ (define-public gnome-mines
itstool
pkg-config
python-wrapper ; for meson_post_install.py
vala
yelp))
vala))
(inputs
(list gtk+ libgnome-games-support librsvg))
(list gtk+ libgnome-games-support librsvg yelp))
(home-page "https://wiki.gnome.org/Apps/Mines")
(synopsis "Minesweeper game")
(description