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.master
parent
868b494ac2
commit
c527b2faea
|
@ -5022,10 +5022,9 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
|
|||
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
|
||||
|
|
Reference in New Issue