mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: glade: Remove obsolete input.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
e0f79f02db
commit
cce200369f
1 changed files with 1 additions and 1 deletions
|
@ -3177,10 +3177,10 @@ (define-public glade3
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list docbook-xml-4.2
|
(list docbook-xml-4.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
|
gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
intltool
|
|
||||||
itstool
|
itstool
|
||||||
libxslt ;for xsltproc
|
libxslt ;for xsltproc
|
||||||
python
|
python
|
||||||
|
|
Loading…
Reference in a new issue