guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

67/70: bootstrap: Typo.


From: guix-commits
Subject: 67/70: bootstrap: Typo.
Date: Wed, 11 Dec 2019 13:04:51 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit d08810d8d718e528161ff9687a11fe6cca44ddda
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Nov 23 09:16:45 2019 +0100

    bootstrap: Typo.
    
    * gnu/packages/commencement.scm (make-gcc-toolchain): Typo.
---
 gnu/packages/commencement.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 8848efc..1b36807 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3964,9 +3964,10 @@ COREUTILS-FINAL vs. COREUTILS, etc."
       (license (package-license gcc))
       (synopsis "Complete GCC tool chain for C/C++ development")
       (description
-       "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
-an  d binaries, plus debugging symbols in the @code{debug} output), and 
Binutils.")
+       "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
+and binaries, plus debugging symbols in the @code{debug} output), and
+Binutils.")
       (home-page "https://gcc.gnu.org/";)
       (outputs '("out" "debug" "static"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]