mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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:
parent
868b494ac2
commit
c527b2faea
1 changed files with 2 additions and 3 deletions
|
@ -5022,10 +5022,9 @@ (define-public gnome-mines
|
||||||
itstool
|
itstool
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper ; for meson_post_install.py
|
python-wrapper ; for meson_post_install.py
|
||||||
vala
|
vala))
|
||||||
yelp))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libgnome-games-support librsvg))
|
(list gtk+ libgnome-games-support librsvg yelp))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Mines")
|
(home-page "https://wiki.gnome.org/Apps/Mines")
|
||||||
(synopsis "Minesweeper game")
|
(synopsis "Minesweeper game")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue