guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: gccgo: Reword synopsis and description.


From: guix-commits
Subject: 06/12: gnu: gccgo: Reword synopsis and description.
Date: Sun, 13 Sep 2020 17:35:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 542c4707de98289e85b9be1b63d2f3d1a77f7c35
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 18:07:59 2020 +0200

    gnu: gccgo: Reword synopsis and description.
    
    Fixes <https://bugs.gnu.org/43303>.
    Reported by Jeffrey Walton <noloader@gmail.com>.
    
    * gnu/packages/gcc.scm: (gccgo-4.9): Add synopsis and description
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gcc.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index c74477a..4d5aaa7 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -773,7 +773,13 @@ misnomer.")))
 
 
 (define-public gccgo-4.9
-  (custom-gcc gcc-4.9 "gccgo" '("go")
+  (custom-gcc (package
+                (inherit gcc-4.9)
+                (synopsis "Go frontend to GCC")
+                (description
+                 "This package is part of the GNU Compiler Collection and
+provides the GNU compiler for the Go programming language."))
+              "gccgo" '("go")
               %generic-search-paths
               ;; Suppress the separate "lib" output, because otherwise the
               ;; "lib" and "out" outputs would refer to each other, creating



reply via email to

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