[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: build-system/go: Fix typo.
From: |
guix-commits |
Subject: |
01/01: build-system/go: Fix typo. |
Date: |
Sat, 13 Jul 2019 19:51:18 -0400 (EDT) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 6005440d988b331db5ea11a475973cee9a5acce6
Author: Leo Famulari <address@hidden>
Date: Sat Jul 13 19:50:16 2019 -0400
build-system/go: Fix typo.
* guix/build/go-build-system.scm (install): Fix typo.
---
guix/build/go-build-system.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build/go-build-system.scm b/guix/build/go-build-system.scm
index 858068b..acaf06b 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")))