mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: evisum: Build translations.
* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Add gettext-minimal.
This commit is contained in:
parent
6a6341be3f
commit
8d0a7a54df
1 changed files with 2 additions and 1 deletions
|
@ -576,7 +576,8 @@ (define-public evisum
|
|||
(arguments
|
||||
'(#:tests? #f)) ; no tests
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("efl" ,efl)))
|
||||
(home-page "https://www.enlightenment.org")
|
||||
|
|
Loading…
Reference in a new issue