gnu: make-gcc-toolchain: Fix typo in description.
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Fix typo and triple spacing. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
8273188cca
commit
34e8f0afef
1 changed files with 2 additions and 2 deletions
|
@ -2562,8 +2562,8 @@ COREUTILS-FINAL vs. COREUTILS, etc."
|
||||||
(synopsis "Complete GCC tool chain for C/C++ development")
|
(synopsis "Complete GCC tool chain for C/C++ development")
|
||||||
(description
|
(description
|
||||||
"This package provides a complete GCC tool chain for C/C++ development to
|
"This package provides a complete GCC tool chain for C/C++ development to
|
||||||
be installed in user profiles. This includes GCC, as well as libc (headers
|
be installed in user profiles. This includes GCC, as well as libc (headers and
|
||||||
an d binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
|
binaries, plus debugging symbols in the @code{debug} output), and Binutils.")
|
||||||
(home-page "https://gcc.gnu.org/")
|
(home-page "https://gcc.gnu.org/")
|
||||||
(outputs '("out" "debug" "static"))
|
(outputs '("out" "debug" "static"))
|
||||||
|
|
||||||
|
|
Reference in a new issue