3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Fix broken link for go-build-system.

* doc/guix.texi (Build Systems): Fix broken link for go-build-system.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2022-12-31 14:04:43 +00:00 committed by Maxim Cournoyer
parent 5588d9bd7a
commit ec365d1959
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9130,8 +9130,8 @@ Packages can be cross-built, and if a specific architecture or operating
system is desired then the keywords @code{#:goarch} and @code{#:goos}
can be used to force the package to be built for that architecture and
operating system. The combinations known to Go can be found
@url{"https://golang.org/doc/install/source#environment", in their
documentation}.
@url{https://golang.org/doc/install/source#environment,
in their documentation}.
@end defvr
@defvr {Scheme Variable} glib-or-gtk-build-system