guix-commits
[Top][All Lists]
Advanced

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

65/70: bootstrap: Typo.


From: guix-commits
Subject: 65/70: bootstrap: Typo.
Date: Sun, 15 Dec 2019 08:36:51 -0500 (EST)

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

commit 85ff23ea7c686f29a603f3136d3b62eea45ab53f
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 3274da0..811c446 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3968,9 +3968,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]