gnu: vte: Remove obsolete input.
* gnu/packages/gnome.scm (vte)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
273380fda2
commit
4684580af5
1 changed files with 1 additions and 1 deletions
|
@ -3245,7 +3245,7 @@ libraries written in C.")
|
||||||
"-D_systemd=false")))
|
"-D_systemd=false")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("gettext" ,gettext-minimal)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
|
|
Reference in a new issue