me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@
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.