guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/16: gnu: network-manager-applet: Remove obsolete input.


From: guix-commits
Subject: 15/16: gnu: network-manager-applet: Remove obsolete input.
Date: Thu, 1 Sep 2022 16:24:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ebd78999bb55eb34afa8e446e1fbdadb26f16048
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 20:44:42 2022 +0200

    gnu: network-manager-applet: Remove obsolete input.
    
    * gnu/packages/gnome.scm (network-manager-applet)[native-inputs]: Remove
    INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]