gnu: chicken: Clear description.

* gnu/packages/scheme.scm (chicken): Remove unneeded part of the
  description.
This commit is contained in:
Ludovic Courtès 2013-05-11 20:00:48 +02:00
parent 210cc92038
commit 2c4b49ed8d

View file

@ -293,6 +293,5 @@ (define-public chicken
(description (description
"CHICKEN is a compiler for the Scheme programming language. CHICKEN "CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable and efficient C, supports almost all of the R5RS Scheme produces portable and efficient C, supports almost all of the R5RS Scheme
language standard, and includes many enhancements and extensions. CHICKEN language standard, and includes many enhancements and extensions.")
runs on Linux, MacOS X, Windows, and many Unix flavours.")
(license bsd-3))) (license bsd-3)))