summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-20 14:34:12 +0100
committerMarius Bakke <marius@gnu.org>2020-11-21 01:21:30 +0100
commitc68dc3fba73511ed1f47df64c033dd34f03711e2 (patch)
tree8171c497b0dacd281e843821cbbcf4c18ea3953c /gnu
parent74c4492629f82aacb22e4eef87cb4e8c6c721f34 (diff)
downloadguix-patches-c68dc3fba73511ed1f47df64c033dd34f03711e2.tar
guix-patches-c68dc3fba73511ed1f47df64c033dd34f03711e2.tar.gz
gnu: cheese: Remove obsolete input.
* gnu/packages/gnome.scm (cheese)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f05aafa531..2d2f941c17 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)