guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: gtk-vnc: Remove obsolete input.


From: guix-commits
Subject: 03/16: gnu: gtk-vnc: Remove obsolete input.
Date: Thu, 1 Sep 2022 16:24:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f22c65e019f8b8492a794993a9c5aa37743b9882
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 19:15:26 2022 +0200

    gnu: gtk-vnc: Remove obsolete input.
    
    * gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove INTLTOOL.  Add
    GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9e8b68de33..cc9307470b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8879,9 +8879,9 @@ like switching to windows and launching applications.")
        (if (target-x86-64?)
            (list gjs)
            '())
-       (list `(,glib "bin")
+       (list gettext-minimal
+             `(,glib "bin")
              gobject-introspection
-             intltool
              node
              perl
              pkg-config



reply via email to

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