mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gettext-minimal: Specify upstream name and CPE name.
* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field.
This commit is contained in:
parent
b1903b99e0
commit
69cb225c97
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ (define-public gettext-minimal
|
|||
textual output of programs into multiple languages. It provides translators
|
||||
with the means to create message catalogs, and a runtime library to load
|
||||
translated messages from the catalogs. Nearly all GNU packages use Gettext.")
|
||||
(properties `((upstream-name . "gettext")
|
||||
(cpe-name . "gettext")))
|
||||
(license gpl3+))) ;some files are under GPLv2+
|
||||
|
||||
;; Use that name to avoid clashes with Guile's 'gettext' procedure.
|
||||
|
|
Loading…
Reference in a new issue