guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: vte: Remove obsolete input.


From: guix-commits
Subject: 03/03: gnu: vte: Remove obsolete input.
Date: Tue, 19 May 2020 09:41:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4684580af59312c4c24f6a6af4c27e8bfea77ae9
Author: Marius Bakke <address@hidden>
AuthorDate: Tue May 19 15:39:38 2020 +0200

    gnu: vte: Remove obsolete input.
    
    * gnu/packages/gnome.scm (vte)[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 f4ae27c..e35ffb7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3245,7 +3245,7 @@ libraries written in C.")
          "-D_systemd=false")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)
+       ("gettext" ,gettext-minimal)
        ("vala" ,vala)
        ("gobject-introspection" ,gobject-introspection)
        ("glib" ,glib "bin")             ; for glib-genmarshal, etc.



reply via email to

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