gnu: cheese: Remove obsolete input.
* gnu/packages/gnome.scm (cheese)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
74c4492629
commit
c68dc3fba7
1 changed files with 1 additions and 1 deletions
|
@ -10392,9 +10392,9 @@ photo-booth-like software, such as Cheese.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docbook-xsl" ,docbook-xsl)
|
`(("docbook-xsl" ,docbook-xsl)
|
||||||
("docbook-xml" ,docbook-xml-4.3)
|
("docbook-xml" ,docbook-xml-4.3)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("intltool" ,intltool)
|
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
|
|
Reference in a new issue