mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnome-shell-extension-appindicator: Replace gettext input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (gnome-shell-extension-appindicator) [native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b947c27fd8
commit
ee79c92531
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ Ubuntu Unity Shell.")
|
||||||
"1k1h9haj0qgcv9hm3hw2nz7ppznp9zrpg922mhrfa6nj97carmqh"))
|
"1k1h9haj0qgcv9hm3hw2nz7ppznp9zrpg922mhrfa6nj97carmqh"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list jq gnu-gettext
|
(native-inputs (list jq gettext-minimal
|
||||||
`(,glib "bin")))
|
`(,glib "bin")))
|
||||||
(synopsis "Adds KStatusNotifierItem support to GNOME Shell")
|
(synopsis "Adds KStatusNotifierItem support to GNOME Shell")
|
||||||
(description "This extension integrates Ubuntu AppIndicators
|
(description "This extension integrates Ubuntu AppIndicators
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue