mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gccgo: Add note about provided go version.
* gnu/packages/gcc.scm (gccgo-10, gccgo-11, gccgo-12): Add notes about what version of is provided by these packages. Change-Id: Id483319e606fdebe1820abeb7e129c580bf2c165
This commit is contained in:
parent
46b981d18d
commit
beb8365e37
1 changed files with 3 additions and 0 deletions
|
@ -1223,12 +1223,15 @@ (define-public gccgo-4.9
|
|||
;; a cyclic dependency. <http://debbugs.gnu.org/18101>
|
||||
#:separate-lib-output? #f))
|
||||
|
||||
;; Provides go-1.14.6
|
||||
(define-public gccgo-10
|
||||
(make-gccgo gcc-10))
|
||||
|
||||
;; Provides go-1.16.5
|
||||
(define-public gccgo-11
|
||||
(make-gccgo gcc-11))
|
||||
|
||||
;; Provides go-1.18
|
||||
(define-public gccgo-12
|
||||
(make-gccgo gcc-12))
|
||||
|
||||
|
|
Loading…
Reference in a new issue