summaryrefslogtreecommitdiff
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
parent210cc92038a221fa818560252f1154e5c66a317c (diff)
gnu: chicken: Clear description.
* gnu/packages/scheme.scm (chicken): Remove unneeded part of the description.
-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 9b494b7e02..13f1002090 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -293,6 +293,5 @@ mashups, office (web agendas, mail clients, ...), etc.")
(description
"CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable and efficient C, supports almost all of the R5RS Scheme
-language standard, and includes many enhancements and extensions. CHICKEN
-runs on Linux, MacOS X, Windows, and many Unix flavours.")
+language standard, and includes many enhancements and extensions.")
(license bsd-3)))