nckx pushed a commit to branch master
in repository guix.
commit 33bddd309c398d3d2286a48f26e41b59350b7ef7
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Wed Oct 31 19:22:50 2018 +0100
gnu: motion: Install translations.
* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2eb79a8..34af248 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)