summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-11 20:00:48 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-11 20:00:48 +0200
commit2c4b49ed8d25c82500e552cb3b279bc4aeb5b5d7 (patch)
tree7cf693ecd385b33924db64755861af2828196f91 /gnu
parent210cc92038a221fa818560252f1154e5c66a317c (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.scm3
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
295produces portable and efficient C, supports almost all of the R5RS Scheme 295produces portable and efficient C, supports almost all of the R5RS Scheme
296language standard, and includes many enhancements and extensions. CHICKEN 296language standard, and includes many enhancements and extensions.")
297runs on Linux, MacOS X, Windows, and many Unix flavours.")
298 (license bsd-3))) 297 (license bsd-3)))