mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: network-manager-applet: Remove obsolete input.
* gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
f7902a68f9
commit
ebd78999bb
1 changed files with 1 additions and 1 deletions
|
@ -8189,7 +8189,7 @@ (define-public network-manager-applet
|
|||
#:configure-flags
|
||||
'("-Dappindicator=yes")))
|
||||
(native-inputs
|
||||
(list intltool
|
||||
(list gettext-minimal
|
||||
`(,glib "bin") ; for glib-compile-resources, etc.
|
||||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
|
|
Loading…
Reference in a new issue