From d45122f5379cef253ec298bd594395416cd91ea7 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 4 Nov 2012 13:41:34 +0100 Subject: packages: `description' → `synopsis', `long-description' → `description'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/packages.scm (): 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. --- distro/packages/guile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distro/packages/guile.scm') diff --git a/distro/packages/guile.scm b/distro/packages/guile.scm index 464379bc47..451328fe6a 100644 --- a/distro/packages/guile.scm +++ b/distro/packages/guile.scm @@ -47,9 +47,9 @@ or 2.0." (native-inputs `(("pkgconfig" ,pkg-config) ("gperf" ,(nixpkgs-derivation "gperf")))) (inputs `(("guile" ,guile))) - (description "Guile-Reader, a simple framework for building readers for + (synopsis "Guile-Reader, a simple framework for building readers for GNU Guile") - (long-description + (description "Guile-Reader is a simple framework for building readers for GNU Guile. The idea is to make it easy to build procedures that extend Guile’s read -- cgit v1.2.3