gnu: inkscape: Remove obsolete input.

* gnu/packages/inkscape.scm (inkscape/stable)[native-inputs]: Remove
INTLTOOL.  Add GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2022-07-27 22:27:51 +02:00
parent da51ffafc7
commit aaff183093
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -35,6 +35,7 @@ (define-module (gnu packages inkscape)
#: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 @@ (define-public inkscape/stable
("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