gnu: gettext-minimal: Specify upstream name and CPE name.

* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2019-05-21 23:28:06 +02:00
parent b1903b99e0
commit 69cb225c97
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.