From: zimoun Date: Fri, 11 Sep 2020 16:07:59 +0000 (+0200) Subject: gnu: gccgo: Reword synopsis and description. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/542c4707de98289e85b9be1b63d2f3d1a77f7c35 gnu: gccgo: Reword synopsis and description. Fixes . Reported by Jeffrey Walton . * gnu/packages/gcc.scm: (gccgo-4.9): Add synopsis and description Signed-off-by: Ludovic Courtès --- diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index c74477aed9..4d5aaa7070 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