Re: How do I use a Golang library with GNU Guix?

2022-09-10 Thread (
On Sat Sep 10, 2022 at 6:39 PM BST, jgart wrote: > Have you tested that before? Ooh, yes, I see what you mean, it tries to download packages even if you have them installed via Guix. Looks like the go-build-system does some special magic to get it to work: > ;; Go software is developed and built

Re: How do I use a Golang library with GNU Guix?

2022-09-10 Thread jgart
On Sat, 10 Sep 2022 10:01:34 +0100 "(" wrote: > It should Just Work; > > guix shell go go-foobarbaz --pure > go build > > -- ( Have you tested that before?

alexandria not found

2022-09-10 Thread jgart
Hi, I'm trying to package the following: https://github.com/Lisp-Stat/numerical-utilities But I get an error about alexandria-plus not being found. Not sure entirely what to do here. wdyt === (defi

Re: How do I use a Golang library with GNU Guix?

2022-09-10 Thread (
On Tue Sep 6, 2022 at 2:42 PM BST, jgart wrote: > Hi Guixers, > > How do I use a golang library installed with GNU Guix? > > For example, in a guix shell. > > all best, > > jgart It should Just Work; guix shell go go-foobarbaz --pure go build -- (