diff options
author | Leo Famulari <leo@famulari.name> | 2019-07-13 19:50:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-07-13 19:51:08 -0400 |
commit | 6005440d988b331db5ea11a475973cee9a5acce6 (patch) | |
tree | ee25e2b365be9edaaae2f6cb507a2baea0af7798 /guix/build | |
parent | 4f61513128284fab8745a317b4663e36b042da5d (diff) |
build-system/go: Fix typo.
* guix/build/go-build-system.scm (install): Fix typo.
Diffstat (limited to 'guix/build')
-rw-r--r-- | guix/build/go-build-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build/go-build-system.scm b/guix/build/go-build-system.scm index 858068ba98..acaf06b7b8 100644 --- a/guix/build/go-build-system.scm +++ b/guix/build/go-build-system.scm @@ -234,7 +234,7 @@ unpacking." "Install the source code of IMPORT-PATH to the primary output directory. Compiled executable files (Go \"commands\") should have already been installed 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? (if (string-null? import-path) ((display "WARNING: The Go import path is unset.\n"))) |