mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue