diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-01 20:44:42 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 22:22:52 +0200 |
commit | ebd78999bb55eb34afa8e446e1fbdadb26f16048 (patch) | |
tree | 7421c5cadf63ea20b2e45eb06623a7289c56194c | |
parent | f7902a68f9b321a485f39e4e31614ba0de155ea1 (diff) | |
download | guix-ebd78999bb55eb34afa8e446e1fbdadb26f16048.tar guix-ebd78999bb55eb34afa8e446e1fbdadb26f16048.tar.gz |
gnu: network-manager-applet: Remove obsolete input.
* gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove
INTLTOOL. Add GETTEXT-MINIMAL.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6856f4bbfb..59f2561c1c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8189,7 +8189,7 @@ Cisco's AnyConnect SSL VPN.") #:configure-flags '("-Dappindicator=yes"))) (native-inputs - (list intltool + (list gettext-minimal `(,glib "bin") ; for glib-compile-resources, etc. gobject-introspection gtk-doc/stable |