summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-31 19:22:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-11-01 04:34:24 +0100
commit33bddd309c398d3d2286a48f26e41b59350b7ef7 (patch)
tree606129a6216ad056bb19be5486593a8a8b2056fc /gnu/packages
parent2ea678fabfb57b05652fa8e0afe8fb6b1000473f (diff)
downloadpatches-33bddd309c398d3d2286a48f26e41b59350b7ef7.tar
patches-33bddd309c398d3d2286a48f26e41b59350b7ef7.tar.gz
gnu: motion: Install translations.
* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2eb79a88ff..34af248eb7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2927,6 +2927,7 @@ It counts more than 100 plugins.")
(native-inputs
`(("autoconf" ,autoconf-wrapper)
("automake" ,automake)
+ ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs
`(("libjpeg" ,libjpeg)