mbakke pushed a commit to branch master
in repository guix.
commit c68dc3fba73511ed1f47df64c033dd34f03711e2
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Nov 20 14:34:12 2020 +0100
gnu: cheese: Remove obsolete input.
* gnu/packages/gnome.scm (cheese)[native-inputs]: Remove INTLTOOL. Add
GETTEXT-MINIMAL.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f05aafa..2d2f941 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10392,9 +10392,9 @@ photo-booth-like software, such as Cheese.")
(native-inputs
`(("docbook-xsl" ,docbook-xsl)
("docbook-xml" ,docbook-xml-4.3)
+ ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gtk-doc" ,gtk-doc)
- ("intltool" ,intltool)
("itstool" ,itstool)
("libxml2" ,libxml2)
("libxslt" ,libxslt)