build-system/go: Fix typo.

* guix/build/go-build-system.scm (install): Fix typo.
This commit is contained in:
Leo Famulari 2019-07-13 19:50:16 -04:00
parent 4f61513128
commit 6005440d98
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -234,7 +234,7 @@ (define* (install #:key install-source? outputs import-path unpack-path #:allow-
"Install the source code of IMPORT-PATH to the primary output directory. "Install the source code of IMPORT-PATH to the primary output directory.
Compiled executable files (Go \"commands\") should have already been installed Compiled executable files (Go \"commands\") should have already been installed
to the store based on $GOBIN in the build phase. to the store based on $GOBIN in the build phase.
XXX We can't make us of compiled libraries (Go \"packages\")." XXX We can't make use of compiled libraries (Go \"packages\")."
(when install-source? (when install-source?
(if (string-null? import-path) (if (string-null? import-path)
((display "WARNING: The Go import path is unset.\n"))) ((display "WARNING: The Go import path is unset.\n")))