summaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-21 23:28:06 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-22 00:09:42 +0200
commit69cb225c97f2099da9188e70fa9f3252d088044d (patch)
treea1d90a0f6f17aade511edc08285df0d37493cb4b /gnu/packages/gettext.scm
parentb1903b99e0c5c654dc152f16c79b5a933d6a9435 (diff)
downloadguix-patches-69cb225c97f2099da9188e70fa9f3252d088044d.tar
guix-patches-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.scm2
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.