guix-commits
[Top][All Lists]
Advanced

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

08/27: gnu: inkscape: Remove obsolete input.


From: guix-commits
Subject: 08/27: gnu: inkscape: Remove obsolete input.
Date: Thu, 11 Aug 2022 18:45:10 -0400 (EDT)

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

commit aaff183093241c2bef9d61101dcae7d82f89d984
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 27 22:27:51 2022 +0200

    gnu: inkscape: Remove obsolete input.
    
    * gnu/packages/inkscape.scm (inkscape/stable)[native-inputs]: Remove
    INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/inkscape.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 63743c78b0..8c6b209e0a 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -35,6 +35,7 @@
   #:use-module (gnu packages bdw-gc)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
+  #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages graphics)
@@ -247,8 +248,8 @@ endif()~%~%"
         ("python-numpy" ,python-numpy)
         ("python-lxml" ,python-lxml)))
      (native-inputs
-      (list imagemagick                  ;for tests
-            intltool
+      (list gettext-minimal
+            imagemagick                  ;for tests
             `(,glib "bin")
             googletest
             perl



reply via email to

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