guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: doc: Document the installation of Go source code.


From: Leo Famulari
Subject: 04/04: doc: Document the installation of Go source code.
Date: Thu, 26 Oct 2017 12:14:57 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 9c43f432eb166bc9a3d1e4e74d68771cea33c6e4
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 25 22:58:18 2017 -0400

    doc: Document the installation of Go source code.
    
    * doc/guix.texi (Build Systems): Document '#:install-source?' for the Go
    build system.
---
 doc/guix.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 94cba0e..e4ba15c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3592,6 +3592,11 @@ package source code's remote URI and filesystem 
hierarchy structure.  In
 some cases, you will need to unpack the package's source code to a
 different directory structure than the one indicated by the import path,
 and @code{#:unpack-path} should be used in such cases.
+
+Packages that provide Go libraries should be installed along with their
+source code.  The key @code{#:install-source?}, which defaults to
address@hidden, controls whether or not the source code is installed.  It can
+be set to @code{#f} for packages that only provide executable files.
 @end defvr
 
 @defvr {Scheme Variable} glib-or-gtk-build-system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]