guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: libgsf: Remove obsolete intltool input.


From: guix-commits
Subject: 07/11: gnu: libgsf: Remove obsolete intltool input.
Date: Wed, 18 Mar 2020 14:24:20 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0a1559cc877fdffcc8f9ee08387a6ff62243930f
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 17 11:23:18 2020 +0100

    gnu: libgsf: Remove obsolete intltool input.
    
    * gnu/packages/gnome.scm (libgsf)[native-inputs]: Remove INTLTOOL.  Add
    GETTEXT-MINIMAL, PERL, and PERL-XML-PARSER (previously propagated).
---
 gnu/packages/gnome.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 67f0e47..13ffa75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2066,8 +2066,12 @@ XML/CSS rendering engine.")
                 "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("gettext" ,gettext-minimal)
+
+       ;; For tests.
+       ("perl" ,perl)
+       ("perl-xml-parser" ,perl-xml-parser)))
     (inputs
      `(("python" ,python)
        ("zlib" ,zlib)



reply via email to

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