mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: at-spi2-core: Remove obsolete input.
* gnu/packages/gtk.scm (at-spi2-core)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
4ffa9f6b75
commit
96941537ee
1 changed files with 2 additions and 2 deletions
|
@ -636,10 +636,10 @@ (define-public at-spi2-core
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxtst" ,libxtst)))
|
("libxtst" ,libxtst)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
("intltool" ,intltool)
|
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Assistive Technology Service Provider Interface, core components")
|
(synopsis "Assistive Technology Service Provider Interface, core components")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue