diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 20:00:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-11 20:00:48 +0200 |
| commit | 2c4b49ed8d25c82500e552cb3b279bc4aeb5b5d7 (patch) | |
| tree | 7cf693ecd385b33924db64755861af2828196f91 /gnu | |
| parent | 210cc92038a221fa818560252f1154e5c66a317c (diff) | |
gnu: chicken: Clear description.
* gnu/packages/scheme.scm (chicken): Remove unneeded part of the
description.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/scheme.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 9b494b7e02f..13f1002090b 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm | |||
| @@ -293,6 +293,5 @@ mashups, office (web agendas, mail clients, ...), etc.") | |||
| 293 | (description | 293 | (description |
| 294 | "CHICKEN is a compiler for the Scheme programming language. CHICKEN | 294 | "CHICKEN is a compiler for the Scheme programming language. CHICKEN |
| 295 | produces portable and efficient C, supports almost all of the R5RS Scheme | 295 | produces portable and efficient C, supports almost all of the R5RS Scheme |
| 296 | language standard, and includes many enhancements and extensions. CHICKEN | 296 | language standard, and includes many enhancements and extensions.") |
| 297 | runs on Linux, MacOS X, Windows, and many Unix flavours.") | ||
| 298 | (license bsd-3))) | 297 | (license bsd-3))) |
