gnu: accountsservice: Remove obsolete input.
* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
997a51bee8
commit
27e366292d
1 changed files with 1 additions and 1 deletions
|
@ -1494,10 +1494,10 @@ message bus.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xml-4.1.2
|
(list docbook-xml-4.1.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
|
gettext-minimal
|
||||||
`(,glib "bin") ; for gdbus-codegen, etc.
|
`(,glib "bin") ; for gdbus-codegen, etc.
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc
|
gtk-doc
|
||||||
intltool
|
|
||||||
libxml2 ;for XML_CATALOG_FILES
|
libxml2 ;for XML_CATALOG_FILES
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Reference in a new issue