diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-21 23:28:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-22 00:09:42 +0200 |
commit | 69cb225c97f2099da9188e70fa9f3252d088044d (patch) | |
tree | a1d90a0f6f17aade511edc08285df0d37493cb4b /gnu/packages/gettext.scm | |
parent | b1903b99e0c5c654dc152f16c79b5a933d6a9435 (diff) | |
download | guix-69cb225c97f2099da9188e70fa9f3252d088044d.tar.gz |
gnu: gettext-minimal: Specify upstream name and CPE name.
* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field.
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r-- | gnu/packages/gettext.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 6cc745087b..fd72b44ecf 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm @@ -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. |