On Thu, Jan 28, 2021 at 02:33:08PM +0100, Jelle Licht wrote: > Hello Guix! > > How would one package a tool written in Go(lang) using guix? I am > looking at https://github.com/guitmz/n26, but all of my efforts using > the go-build-system end up having only some documentation and (if I set > `#:install-source?' to #f) the sources in the resultant output. Ideally, > I would end up with a <out>/bin/n26 in addition to the documentation I > get now.
To clarify, when you tell it not to install the source code, it installs the source code anyways?
