mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: chicken: Clear description.
* gnu/packages/scheme.scm (chicken): Remove unneeded part of the description.
This commit is contained in:
parent
210cc92038
commit
2c4b49ed8d
1 changed files with 1 additions and 2 deletions
|
@ -293,6 +293,5 @@ (define-public chicken
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue