gnu: gnome-mines: Replace intltool with gettext-minimal.
[native-inputs]: Replace intltool with gettext-minimal.
This commit is contained in:
parent
051c5d9bf1
commit
7d38c6261d
1 changed files with 5 additions and 2 deletions
|
|
@ -5206,14 +5206,17 @@ documentation.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list appstream-glib
|
(list appstream-glib
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
|
gettext-minimal
|
||||||
`(,glib "bin") ; for glib-compile-resources
|
`(,glib "bin") ; for glib-compile-resources
|
||||||
intltool
|
|
||||||
itstool
|
itstool
|
||||||
pkg-config
|
pkg-config
|
||||||
python-wrapper ; for meson_post_install.py
|
python-wrapper ; for meson_post_install.py
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libgnome-games-support librsvg yelp))
|
(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
|
||||||
|
|
|
||||||
Reference in a new issue