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 @@
|
||||||
textual output of programs into multiple languages. It provides translators
|
textual output of programs into multiple languages. It provides translators
|
||||||
with the means to create message catalogs, and a runtime library to load
|
with the means to create message catalogs, and a runtime library to load
|
||||||
translated messages from the catalogs. Nearly all GNU packages use Gettext.")
|
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+
|
(license gpl3+))) ;some files are under GPLv2+
|
||||||
|
|
||||||
;; Use that name to avoid clashes with Guile's 'gettext' procedure.
|
;; Use that name to avoid clashes with Guile's 'gettext' procedure.
|
||||||
|
|
|
||||||
Reference in a new issue