diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-31 19:22:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-01 04:34:24 +0100 |
commit | 33bddd309c398d3d2286a48f26e41b59350b7ef7 (patch) | |
tree | 606129a6216ad056bb19be5486593a8a8b2056fc /gnu/packages/video.scm | |
parent | 2ea678fabfb57b05652fa8e0afe8fb6b1000473f (diff) |
gnu: motion: Install translations.
* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 1 |
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) |