me
/
guix
Archived
1
0
Fork 0

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>
master
zimoun 2020-09-11 18:07:59 +02:00 committed by Ludovic Courtès
parent a4fe16ee41
commit 542c4707de
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 1 deletions

View 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