gnu: vte: Remove obsolete input.

* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL.  Add
GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2020-05-19 15:39:38 +02:00
parent 273380fda2
commit 4684580af5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3245,7 +3245,7 @@ (define-public vte
"-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.