gnu: motion: Install translations.

* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-31 19:22:50 +01:00
parent 2ea678fabf
commit 33bddd309c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2927,6 +2927,7 @@ (define-public motion
(native-inputs
`(("autoconf" ,autoconf-wrapper)
("automake" ,automake)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs
`(("libjpeg" ,libjpeg)