diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-05 20:11:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:35 -0400 |
commit | 7d38c6261d97223b3ab10a19b35175846d491ed2 (patch) | |
tree | 5f90a9462ee71056d348760f422ef7f0cc80b1d9 /gnu/packages/gnome.scm | |
parent | 051c5d9bf1c06096ee054cd9222d97fe06632828 (diff) | |
download | guix-7d38c6261d97223b3ab10a19b35175846d491ed2.tar guix-7d38c6261d97223b3ab10a19b35175846d491ed2.tar.gz |
gnu: gnome-mines: Replace intltool with gettext-minimal.
[native-inputs]: Replace intltool with gettext-minimal.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 22fa076b76..9642c5b7be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5206,14 +5206,17 @@ documentation.") (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 |