gnu: gtk-vnc: Remove obsolete input.
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.master
parent
f5efb4271d
commit
f22c65e019
|
@ -8879,9 +8879,9 @@ like switching to windows and launching applications.")
|
||||||
(if (target-x86-64?)
|
(if (target-x86-64?)
|
||||||
(list gjs)
|
(list gjs)
|
||||||
'())
|
'())
|
||||||
(list `(,glib "bin")
|
(list gettext-minimal
|
||||||
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
intltool
|
|
||||||
node
|
node
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Reference in New Issue