gnu: motion: Install translations.
* gnu/packages/video.scm (motion)[native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
2ea678fabf
commit
33bddd309c
1 changed files with 1 additions and 0 deletions
|
@ -2927,6 +2927,7 @@ (define-public motion
|
|||
(native-inputs
|
||||
`(("autoconf" ,autoconf-wrapper)
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libjpeg" ,libjpeg)
|
||||
|
|
Loading…
Reference in a new issue