me
/
guix
Archived
1
0
Fork 0

gnu: evisum: Build translations.

* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Add
gettext-minimal.
master
Efraim Flashner 2020-09-23 15:22:52 +03:00
parent 6a6341be3f
commit 8d0a7a54df
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -576,7 +576,8 @@ directories.
(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")