gnu: gccgo: Reword synopsis and description.
authorzimoun <zimon.toutoune@gmail.com>
Fri, 11 Sep 2020 16:07:59 +0000 (18:07 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 13 Sep 2020 21:34:22 +0000 (23:34 +0200)
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

index c74477a..4d5aaa7 100644 (file)
@@ -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