gnu: gnome-mines: Replace intltool with gettext-minimal.

[native-inputs]: Replace intltool with gettext-minimal.
This commit is contained in:
Maxim Cournoyer 2022-09-05 20:11:55 -04:00
parent 051c5d9bf1
commit 7d38c6261d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5206,14 +5206,17 @@ (define-public gnome-mines
(native-inputs
(list appstream-glib
desktop-file-utils
gettext-minimal
`(,glib "bin") ; for glib-compile-resources
intltool
itstool
pkg-config
python-wrapper ; for meson_post_install.py
vala))
(inputs
(list gtk+ libgnome-games-support librsvg yelp))
(list gtk+
libgnome-games-support
librsvg
yelp))
(home-page "https://wiki.gnome.org/Apps/Mines")
(synopsis "Minesweeper game")
(description