mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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:
parent
5588d9bd7a
commit
ec365d1959
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
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
|
can be used to force the package to be built for that architecture and
|
||||||
operating system. The combinations known to Go can be found
|
operating system. The combinations known to Go can be found
|
||||||
@url{"https://golang.org/doc/install/source#environment", in their
|
@url{https://golang.org/doc/install/source#environment,
|
||||||
documentation}.
|
in their documentation}.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
@defvr {Scheme Variable} glib-or-gtk-build-system
|
@defvr {Scheme Variable} glib-or-gtk-build-system
|
||||||
|
|
Loading…
Reference in a new issue