aboutsummaryrefslogtreecommitdiff
path: root/distro/packages/databases.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-04 13:41:34 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-04 13:48:35 +0100
commitd45122f5379cef253ec298bd594395416cd91ea7 (patch)
tree0f10460497f810206d378778ea380407e7577dff /distro/packages/databases.scm
parent6709752fe7743109175c8bcd5bd77d80ffbf7d61 (diff)
downloadguix-d45122f5379cef253ec298bd594395416cd91ea7.tar
guix-d45122f5379cef253ec298bd594395416cd91ea7.tar.gz
packages: `description' → `synopsis', `long-description' → `description'.
* guix/packages.scm (<package>): Rename `description' to `synopsis', and `long-description' to `description'. * tests/packages.scm, distro/packages/base.scm, distro/packages/databases.scm, distro/packages/guile.scm, distro/packages/typesetting.scm: Update accordingly. * po/Makevars (XGETTEXT_OPTIONS): Update `--keyword' flags accordingly.
Diffstat (limited to 'distro/packages/databases.scm')
-rw-r--r--distro/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/packages/databases.scm b/distro/packages/databases.scm
index 9cae6916f9..c1dc9260a9 100644
--- a/distro/packages/databases.scm
+++ b/distro/packages/databases.scm
@@ -48,9 +48,9 @@
("patch/gets"
,(search-patch "diffutils-gets-undeclared.patch"))))
(arguments `(#:patches (list (assoc-ref %build-inputs "patch/gets"))))
- (description "GNU recutils, tools and libraries to access human-editable,
+ (synopsis "GNU recutils, tools and libraries to access human-editable,
text-based databases")
- (long-description
+ (description
"GNU recutils is a set of tools and libraries to access human-editable,
text-based databases called recfiles. The data is stored as a sequence of
records, each record containing an arbitrary number of named fields.")